hbbft/examples
Andreas Fackler 5528fc2de8 Define a common DistAlgorithm trait.
This will allow us to deduplicate network simulations in tests for the
different algorithms. More generally, it facilitates writing general
tools and applying them to all distributed algorithms.
2018-05-15 15:48:43 +02:00
..
network Define a common DistAlgorithm trait. 2018-05-15 15:48:43 +02: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 Simplify the message types. 2018-05-10 17:52:12 +02:00
run-consensus-nodes.sh Make protobuf support optional. 2018-05-14 17:29:04 +02: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.