corda/samples/raft-notary-demo
Konstantinos Chalkias 5188e672eb Generic PublicKey.toStringShort() (#641)
Generic PublicKey.toStringShort() using the hash of the serialised form.
2017-05-09 14:47:58 +01:00
..
src/main Generic PublicKey.toStringShort() (#641) 2017-05-09 14:47:58 +01:00
build.gradle Change party to hold an X.500 name 2017-05-05 16:13:29 +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.