corda/samples/raft-notary-demo
Clinton df6b9add6e Merge pull request #285 from corda/clint-samplesfilecleanup
Removed redundant gradle.properties in samples projects.
2017-02-28 15:22:42 +00:00
..
src/main Make notary flow return a collection of signatures to support the BFT… (#264) 2017-02-22 11:11:35 +00:00
build.gradle Moved JsonSupport to new webserver module. Fixed a few compile errors. 2017-02-27 16:41:48 +00: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.