mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
d35bd74596
Standaridise the identity names of Alice, Bob and Charlie, notary, map service, etc. in order to ensure consistency across the code base and reduce number of places that have to be changed to introduce proper X.500 names. Move Alice, Bob & Charlie identities into the utilities package so they can be used in demos |
||
---|---|---|
.. | ||
src/main | ||
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.