Skip to content

A distributed system that uses PBFT to handle concurrent transactions while managing Byzantine failures. It includes an end-to-end implementation of linear PBFT with support for view changes and a checkpointing mechanism. The system supports 3f+1 servers, capable of handling up to f Byzantine servers, with a default f = 2

Notifications You must be signed in to change notification settings

gautamsardana/PBFT

Repository files navigation

This code is authored by Gautam Sardana. Unauthorized use, distribution, or claiming of this work as your own is prohibited.

About

A distributed system that uses PBFT to handle concurrent transactions while managing Byzantine failures. It includes an end-to-end implementation of linear PBFT with support for view changes and a checkpointing mechanism. The system supports 3f+1 servers, capable of handling up to f Byzantine servers, with a default f = 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages