Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 777 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 777 Bytes

cbc-casper-proof

Proofs of properties of CBC Casper

See Refinement and Verification of CBC Casper

Resources

Create documentation

Preparations

Document creation requires isabelle as a command line tool. Make sure you have isabelle in your $PATH or set an alias.

Make sure you have a suitable texlive environment installed. Otherwise, LaTeX builds will fail.

Quick build

Run the build command from a terminal with:

isabelle build -D Isabelle

For reference see also the Isabelle tutorial.