Skip to content

the golang code of simple pbft consensus implementation

Notifications You must be signed in to change notification settings

tn606024/simplePBFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages