hbbft/examples
Andreas Fackler 43ada2dcc4 Add a fifth node to the example script. 2018-05-09 14:42:29 +02:00
..
network Improve example logging, add BinaryPath. 2018-05-09 13:38:49 +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 Fix broadcast and example, enable more tests. 2018-05-08 17:04:38 +02:00
run-consensus-nodes.sh Add a fifth node to the example script. 2018-05-09 14:42:29 +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.