mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
CORDA-3369 fix samples readme
This commit is contained in:
parent
03ab258fc2
commit
e32f1ca4f2
@ -9,3 +9,4 @@ Please refer to `README.md` in the individual project folders. There are the fo
|
|||||||
* **simm-valuation-demo** A demo showing two nodes reaching agreement on the valuation of a derivatives portfolio.
|
* **simm-valuation-demo** A demo showing two nodes reaching agreement on the valuation of a derivatives portfolio.
|
||||||
* **notary-demo** A simple demonstration of a node getting multiple transactions notarised by a single or distributed (Raft or BFT SMaRt) notary.
|
* **notary-demo** A simple demonstration of a node getting multiple transactions notarised by a single or distributed (Raft or BFT SMaRt) notary.
|
||||||
* **bank-of-corda-demo** A demo showing a node acting as an issuer of fungible assets (initially Cash)
|
* **bank-of-corda-demo** A demo showing a node acting as an issuer of fungible assets (initially Cash)
|
||||||
|
* **network-verifier** A very simple CorDapp that can be used to test that communication over a Corda network works.
|
||||||
|
13
samples/network-verifier/README.md
Normal file
13
samples/network-verifier/README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Network verifier
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Simple CorDapp that can be used to verify the setup of a Corda network.
|
||||||
|
It contacts every other network participant and receives a reply from them.
|
||||||
|
It also creates a transaction and finalizes it.
|
||||||
|
|
||||||
|
This makes sure that all basic Corda functionality works.
|
||||||
|
|
||||||
|
*Usage:*
|
||||||
|
|
||||||
|
- From the rpc just run the ``TestCommsFlowInitiator`` flow and inspect the result. There should be a "Hello" message from every ohter participant.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user