corda/samples/network-verifier
2020-01-27 15:20:08 +00:00
..
contracts ENT-4911: Split network verifier's sealed CorDapps into separate packages. (#5900) 2020-01-27 15:20:08 +00:00
src/main/resources CORDA-2672: Tidy up CorDapp deployments in samples. (#4815) 2019-03-11 16:48:35 +00:00
workflows ENT-4911: Split network verifier's sealed CorDapps into separate packages. (#5900) 2020-01-27 15:20:08 +00:00
build.gradle CORDA-2893, ENT-3422: Tweak JUnit 5 configurations to keep vintage engine off compile classpaths. (#5138) 2019-05-20 11:57:56 +01:00
README.md CORDA-3369 fix samples readme 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.