mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
* Rename KeyFactory to CompositeKeyFactory * Move expandedCompositeKeys into TestDSL as the only place that uses it * Move NullKeys out of their own package * Move remaining crypto classes into superpackage * Move utility classes out of crypto and into utilities package
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.