corgi-kx
blockchain_consensus_algorithm
Go

代码实现五种区块链共识算法 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/pow

POS(权益证明)

https://github.com/corgi-kx/blockchainconsensusalgorithm/tree/master/pos

DPOS(股份授权证明)

https://github.com/corgi-kx/blockchainconsensusalgorithm/tree/master/dpos

PBFT(实用拜占庭)

https://github.com/corgi-kx/blockchainconsensusalgorithm/tree/master/pbft

RAFT

https://github.com/corgi-kx/blockchainconsensusalgorithm/tree/master/raft

© 2026 GitRepoTrend · corgi-kx/blockchain_consensus_algorithm · Updated daily from GitHub