corda/samples/notary-demo
Andrzej Cichocki cefa14507a Retire HostAndPort (#962)
* Don't attempt to parse a resolved InetSocketAddress toString
* A mock node isn't reachable via an address
2017-07-07 15:11:07 +01:00
..
src/main/kotlin/net/corda Retire HostAndPort (#962) 2017-07-07 15:11:07 +01:00
build.gradle Cordapps now contain their own dependencies (#915) 2017-06-30 14:18:46 +01:00
README.md BFT notary demo (#725) 2017-05-24 12:25:06 +01:00

Distributed Notary Demo

This program is a simple demonstration of a node getting multiple transactions notarised by a distributed (Raft or BFT SMaRt) notary.

Please see docs/build/html/running-the-demos.html to learn how to use this demo.