代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms
A production-grade java implementation of RAFT consensus algorithm.
翻译 - RAFT共识算法的生产级Java实现。
Opera blockchain protocol secured by the Lachesis consensus algorithm
Sample implementation of PBFT consensus algorithm
Sources for my PhD dissertation on the Raft consensus algorithm
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
翻译 - 基于brpc的RAFT共识算法的工业级C ++实现,在百度内部广泛用于构建高可用性的分布式系统。
Implementation of Raft consensus algorithm
Lachesis aBFT consensus algorithm library
An experimental consensus algorithm for secure multiparty computations
Simple Cryptocurrencies with Proof Of Stake Consensus Algorithm
Python implementation of the Raft algorithm for distributed consensus
Implemented the PBFT Consensus algorithm. PBFT is a fault tolerant algorithm which reaches consensus even having n/3 faulty nodes
Feature-complete implementation of the Raft consensus algorithm in Java