corda/samples/notary-demo
Patrick Kuo 57412d4498 Enforce X500Name format defined in design doc (#1427)
* Standardise X500Name format - WIP

* address PR issues

* failing test fix and replace X500Name with getX500Name

* gradle plugin fix

* Added country code validation
2017-09-07 14:47:42 +01:00
..
src/main/kotlin/net/corda/notarydemo Enforce X500Name format defined in design doc (#1427) 2017-09-07 14:47:42 +01:00
build.gradle Spinoff driver into own project with demorun (#1401) 2017-09-05 09:50: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.