hbbft/examples
Andreas Fackler 015381c88c Print messages and total message size per node in simulation. 2018-05-31 17:22:30 +02:00
..
network Make public keys and signatures serializable. 2018-05-30 10:08: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 Update Rust, re-enable rustfmt. 2018-05-21 11:26:42 +02:00
run-consensus-nodes.sh Make protobuf support optional. 2018-05-14 17:29:04 +02:00
simulation.rs Print messages and total message size per node in simulation. 2018-05-31 17:22:30 +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.