fedimint-hbbft 0.1.0

The Honey Badger of Byzantine Fault Tolerant Consensus Protocols (Fedimint fork)
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.