hbbft/README.md

823 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 -- --nodes 10 --faulty 1 --txs 1000 --batch 100

Building

You can build hbbft using cargo:

$ cargo build [--release]