Skip to content

Latest commit

 

History

History
executable file
·
23 lines (12 loc) · 529 Bytes

README.md

File metadata and controls

executable file
·
23 lines (12 loc) · 529 Bytes

Hashgraph Consensus algorithm in Coq

Coq formalization of work by Leemon Baird, by Gregory Malecha and Ryan Wisnesky.

Build Instructions

Build Instructions on a Mac:

1. Install homebrew: [https://brew.sh/]

2. Install opam: [https://opam.ocaml.org/doc/Install.html]

	brew install opam

3. Install extlib:

	opam install extlib

4. Install coq-ext-lib: [https://github.com/coq-ext-lib/coq-ext-lib]

	opam install coq-ext-lib

5. run make