corda/samples/notary-demo
Andrius Dagys 7b10e92819 Fixed AbstractNode to load custom notary services properly (#1720)
* Fixed AbstractNode to load custom notary services properly.
Added a custom notary sample.

* Prevent multiple custom notaries from being loaded

* Throw if more than once custom notary service is loaded
2017-10-13 10:36:25 +01:00
..
src/main/kotlin/net/corda/notarydemo Fixed AbstractNode to load custom notary services properly (#1720) 2017-10-13 10:36:25 +01:00
build.gradle Fixed AbstractNode to load custom notary services properly (#1720) 2017-10-13 10:36:25 +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.