corda/samples/notary-demo
Matthew Nesbit c86e78599f Rename finance module to own package
Fixup after rebase

Correct bad merges

Fixup docs

Fix integration test

Correct doc references to finance
2017-08-22 13:25:31 +01:00
..
src/main/kotlin/net/corda Rename finance module to own package 2017-08-22 13:25:31 +01:00
build.gradle Renamed corda configuration in gradle to cordaCompile to be more explicit. (#1131) 2017-07-27 17:53:51 +01:00
README.md BFT notary demo (#725) 2017-05-24 12:25:06 +01:00

Distributed Notary Demo

This program is a simple demonstration of a node getting multiple transactions notarised by a distributed (Raft or BFT SMaRt) notary.

Please see docs/build/html/running-the-demos.html to learn how to use this demo.