Home

Awesome

Compilation

The code compiles with Coq version 8.9.0. To compile the code, first generate a Makefile by running ./create-makefile.sh. Then type make -j X, where X is the number of jobs you want to use.

Note that create-makefile.sh requires a version of base >= 4.

Roadmap

Running

To run PBFT, check out runtime/README.md.

Authors