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
- Host: GitHub
- URL: https://github.com/db2510/hotstuff
- Owner: dB2510
- Created: 2022-12-29T14:34:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T14:34:45.000Z (over 3 years ago)
- Last Synced: 2025-12-27T14:31:11.739Z (6 months ago)
- Topics: bft, consensus, golang
- Homepage: https://arxiv.org/abs/1803.05069
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/