代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms
Last updated Jun 16, 2026
400
Stars
143
Forks
4
Issues
0
Stars/day
Attention Score
73
Language breakdown
Go 100.0%
▸ Files
click to expand
README
>近期学习总结并代码实现的五大区块链共识算法,如果发现bug或者理解方面的错误请不吝指教 :)
POW(工作量证明)
https://github.com/corgi-kx/blockchainconsensusalgorithm/tree/master/powPOS(权益证明)
https://github.com/corgi-kx/blockchainconsensusalgorithm/tree/master/posDPOS(股份授权证明)
https://github.com/corgi-kx/blockchainconsensusalgorithm/tree/master/dposPBFT(实用拜占庭)
https://github.com/corgi-kx/blockchainconsensusalgorithm/tree/master/pbftRAFT
https://github.com/corgi-kx/blockchainconsensusalgorithm/tree/master/raft🔗 More in this category