corda/samples/network-verifier
Christian Sailer 836dd559e8
ENT-5316 split schema migration
* ENT-5273 Split schema migration into separate core and app schema migration, with separate command line flags
2020-06-15 15:52:31 +01:00
..
2020-06-15 15:52:31 +01:00
2019-10-30 16:30:18 +00:00

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.