corda/samples/raft-notary-demo
Ross Nicoll c13a99a2f9 Replaces keys and parties in states with AbstractParty
Switch to using AbstractParty as the standard identifier for parties in
states, so that full parties can be used during construction of
transactions and anonymised parties when the transaction is being added
to the ledger.
2017-05-16 12:07:14 +01:00
..
src/main/kotlin/net/corda/notarydemo Replaces keys and parties in states with AbstractParty 2017-05-16 12:07:14 +01:00
build.gradle Refactoring related to BFT notary demo (#680) 2017-05-16 11:30:50 +01:00
README.md Added a distributed notary demo that runs a notary cluster and gets several transactions notarised 2016-11-25 17:09:57 +00:00

Distributed Notary (Raft) Demo

This program is a simple demonstration of a node getting multiple transactions notarised by a distributed (Raft-based) notary.

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