An open API service indexing awesome lists of open source software.

https://github.com/db2510/hotstuff

Implementation of Hotstuff Consensus Protocol
https://github.com/db2510/hotstuff

bft consensus golang

Last synced: 22 days ago
JSON representation

Implementation of Hotstuff Consensus Protocol

Awesome Lists containing this project

README

          

# Hotstuff

This provides implementation of Hotstuff consensus algorithm in GO.

# What is Hotstuff?

Hotstuff is a leader-based Byzantine fault-tolerant replication protocol for the partially synchronous model.
It is the first BFT SMR protocol to achieve Linear View Change and Optimal Responsiveness.

# Resources

- https://arxiv.org/abs/1803.05069
- https://decentralizedthoughts.github.io/2022-12-18-what-is-responsiveness/
- https://decentralizedthoughts.github.io/2019-06-23-what-is-the-difference-between/