corda/samples/raft-notary-demo
Chris Rankin f15a22d828 Replace kotlinx-support-jdk8 with kotlin-stdlib-jre8. (#463)
* Replace kotlinx-support-jdk8 with kotlin-stdlib-jre8.
* Add kotlinVersion to constants.properties.

* Remove unused variable.
2017-03-30 16:27:01 +01:00
..
src/main Add node-api, split minimal node functionality, OutOfProcessTransactionVerifierService 2017-03-27 17:42:51 +01:00
build.gradle Replace kotlinx-support-jdk8 with kotlin-stdlib-jre8. (#463) 2017-03-30 16:27:01 +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.