hbbft/examples
Vladimir Komendantskiy 5008d11ada Revert "the set of node indices of common coin shares is now computed only once"
This reverts commit e9808efc61.
2018-06-14 10:05:05 +01:00
..
network note in the broadcast example about the use of keys 2018-06-13 18:24:35 +01:00
README.md added example of intended use of Node and a draft of value encryption 2018-03-27 21:59:38 +01:00
consensus-node.rs Revert "the set of node indices of common coin shares is now computed only once" 2018-06-14 10:05:05 +01:00
run-consensus-nodes.sh Make protobuf support optional. 2018-05-14 17:29:04 +02:00
simulation.rs updated the examples with the keys 2018-06-13 15:18:27 +01:00

README.md

Examples for the hbbft library

  • Consensus node - Example of a consensus node that uses the hbbft::node::Node struct for running the distributed consensus state machine.