corda/samples/network-verifier
2022-03-08 10:50:59 +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 add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
build.gradle NOTICK: release support optionally exclude shell dependency 2022-03-08 10:50:59 +00: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.