consensus-rs icon indicating copy to clipboard operation
consensus-rs copied to clipboard

Implement multiple blockchain consensus, including raft, pbft, paxos, dpos, power

consensus-rs Build Status

Implement multiple blockchain consensus, including raft, pbft, paxos, dpos, power

  • [x] pbft
  • [ ] raft
  • [ ] paxos
  • [ ] dpos
  • [ ] power

start example

# git submodule add --force https://github.com/laohanlinux/parity-common.git

# ./build.sh

RUN Docker

docker build -t tt .