corda/samples/raft-notary-demo
Clinton b43d940297 Merge pull request #35 from corda/clint-M6publishing
Corda can be published to bintray and reduced publishing boilerplate in build.gradle.
2016-12-09 15:07:46 +00:00
..
src/main Local RPC, demos use RPC, NODE has special privileges 2016-12-08 11:58:31 +00:00
build.gradle Due to insurmountable issues with publishing the JARs when the project is called Corda it has been renamed back to capsule. 2016-12-06 16:06:16 +00:00
gradle.properties Added a distributed notary demo that runs a notary cluster and gets several transactions notarised 2016-11-25 17:09:57 +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.