Skip to content
HagarMeir edited this page May 29, 2019 · 38 revisions

Our design in based on the BFT-SMaRt paper and the PBFT paper.

This is a simple BFT SMR implementation, however it is generic enough to serve many applications (e.g., blockchain). This is accomplished by having a few points in the execution where the library turns to the application to get feedback, for instance at the time of proposal creation, and the validation of clients' requests. Moreover, some of the heavy lifting is left to the application or other dependencies of this library, for example, communication, storage, and replication.

In order to understand our design you are encouraged to start off by first visiting our basic design page and then proceeding with the rest of the pages.

Clone this wiki locally