Home
Softono

Blockchain Consensus Algorithm

Open source Go
399
Stars
144
Forks
4
Issues
3
Watchers
6 years
Last Commit

 About Blockchain Consensus Algorithm

代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Blockchain Consensus Algorithm?

We provide expert installation service for this software. Our team will install, configure, and secure Blockchain Consensus Algorithm on your server. plans start at just $30.

Blockchain Consensus Algorithm

View on GitHub

近期学习总结并代码实现的五大区块链共识算法,如果发现bug或者理解方面的错误请不吝指教 :)

POW(工作量证明)

https://github.com/corgi-kx/blockchain_consensus_algorithm/tree/master/pow

POS(权益证明)

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

DPOS(股份授权证明)

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

PBFT(实用拜占庭)

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

RAFT

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