Note: This is still a work in progress (WIP).
Golang implementation of the chained hotstuff protocol.
Hotstuff is a Byzantine fault-tolerant (BFT) state machine replication (SMR) library. The implementation is inspired by the libhotstuff project.
- Go 1.13 installation or later
- Protoc Plugin
- Protocol Buffers
make build
make server node_id=0
make server node_id=1
make server node_id=2
make server node_id=3
make client