vipwzw / go-hotstuff

Playing around with HotStuff BFT consensus protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of the BFT protocol inspired by HotStuff

Original protocol paper HotStuff: BFT Consensus in the Lens of Blockchain. Borrowing implementation ideas from Libra BFT that is also based on HotStuff.

Library is decoupled from application state machine, network and transaction pool.

About

Playing around with HotStuff BFT consensus protocol.


Languages

Language:Go 99.6%Language:Makefile 0.4%