Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PBFT

This repository contains the golang code of simple pbft consensus implementation.

How to run

Build

go build 

Start four pbft node

./simplePBFT pbft node -id 0
./simplePBFT pbft node -id 1
./simplePBFT pbft node -id 2
./simplePBFT pbft node -id 3

Start pbft client to send message

./simplePBFT pbft client

Reference

About

the golang code of simple pbft consensus implementation

Topics

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages