mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
c13a99a2f9
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. |
||
---|---|---|
.. | ||
src/main/kotlin/net/corda/notarydemo | ||
build.gradle | ||
README.md |
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.