mirror of
https://github.com/corda/corda.git
synced 2025-02-05 18:49:14 +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.
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.