mirror of
https://github.com/corda/corda.git
synced 2024-12-27 08:22:35 +00:00
f81f374377
* Use Cash contract instead of DummyContract in notary demo to remove dependency on test utils * Check transactions to be recorded before filtering rather than after, as currently if the entire list of transactions is already recorded, it's mis-reported as an empty input. |
||
---|---|---|
.. | ||
src/main/kotlin/net/corda | ||
build.gradle | ||
README.md |
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.