hbbft/examples
Andreas Fackler 5cc7b54c06 Split up the broadcast module.
Also, rename broadcast and agreement messages to just `Message`.
2018-08-08 15:46:43 +02:00
..
network Split up the broadcast module. 2018-08-08 15:46: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 separated crypto module into its own crate 2018-07-31 12:15:05 +01:00
run-consensus-nodes.sh Remove protobuf support. 2018-07-31 11:58:44 +02:00
simulation.rs Revert "Reorganize `dynamic_honey_badger` and `agreement` modules slightly." 2018-08-02 12:24:25 -07: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.