Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Practical Byzantine Fault Tolerance (PBFT) algorithm is a consensus protocol for distributed systems that can tolerate up to f faulty replicas out of 3f+1 total replicas.

Notifications You must be signed in to change notification settings

douglassimoes/pbft-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pbft-java

Practical Byzantine Fault Tolerance (PBFT) algorithm is a consensus protocol for distributed systems that can tolerate up to f faulty replicas out of 3f+1 total replicas.

About

Practical Byzantine Fault Tolerance (PBFT) algorithm is a consensus protocol for distributed systems that can tolerate up to f faulty replicas out of 3f+1 total replicas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages