corda/samples/raft-notary-demo
Matthew Nesbit 05a97b11f3 First cut at removing PrivateKey leakage from KeyManagementService
Fixup after rebase

Restore original key property names

Fixup after rebase

Undo extra import that IntelliJ keeps erroneously adding.

Add comments and fix docs for transaction signing.

Fixes after rebase

More fixes after rebase

Address PR requests

Address PR requests
2017-05-18 17:34:04 +01:00
..
src/main/kotlin/net/corda First cut at removing PrivateKey leakage from KeyManagementService 2017-05-18 17:34:04 +01:00
build.gradle One demo definition for both IntelliJ and gradle (#697) 2017-05-18 15:58:35 +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.