/Consensus-algorithm

Blockchain's various consensus algorithm of go language implementation(区块链的各种共识算法的GO语言实现,包括dpos、pbft、pos、pow、raft)

Primary LanguageGo

五大区块链共识算法(Golang实现版本)

POW(工作量证明)

https://github.com/night-scholar/Consensus-algorithm/blob/master/pow

POS(权益证明)

https://github.com/night-scholar/Consensus-algorithm/blob/master/pos

DPOS(股份授权证明)

https://github.com/night-scholar/Consensus-algorithm/blob/master/dpos

PBFT(实用拜占庭)

https://github.com/night-scholar/Consensus-algorithm/blob/master/pbft

RAFT

https://github.com/night-scholar/Consensus-algorithm/blob/master/raft