hbbft/README.md

812 B

Build Status Gitter

About

An implementation of the paper "Honey Badger of BFT Protocols" in Rust. This is a modular library of consensus. There are examples illustrating the use of this algorithm.

This is work in progress. Parts of the algorithm are still missing or incomplete.

An example is included to run a simulation of a network:

$ cargo run --example simulation --features=serialization-serde -- -h

Building

You can build hbbft using cargo:

$ cargo build [--release]