corda/samples/notary-demo
Ross Nicoll 08c91bd611 Add certificate to node identity (#769)
Add certificate and path to node identity via the `NodeInfo` class.
2017-05-31 11:52:50 +01:00
..
src/main/kotlin/net/corda Add certificate to node identity (#769) 2017-05-31 11:52:50 +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.