hbbft 0.1.1

The Honey Badger of Byzantine Fault Tolerant Consensus Protocols
Documentation
1
2
3
4
5
## Examples for the hbbft library

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