corda/samples/notary-demo
Katarzyna Streich 47b1ec49aa Fix Bank of Corda, Trader and Notary demos. (#752)
Fix Bank of Corda, Trader and Notary demos. 
In Notary demo, introduce deployNodes task, that deploys all three types of Notary into different directories (so there is no need to do clean, when you want to run them one after another).
2017-05-31 11:14:53 +01:00
..
src/main/kotlin/net/corda BFT notary demo (#725) 2017-05-24 12:25:06 +01:00
build.gradle Fix Bank of Corda, Trader and Notary demos. (#752) 2017-05-31 11:14:53 +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.