Skip to content

Latest commit

 

History

History
executable file
·
20 lines (13 loc) · 441 Bytes

README.md

File metadata and controls

executable file
·
20 lines (13 loc) · 441 Bytes

The Science of the Blockchain

Library modules are located in ./src.

In order to build the project you must first run:

./stack build

Paxos implementation in Cloud Haskell

Paxos implementation according to 'The Science of the Blockchain' book.

In order to execute the program you must run:

./stack exec paxos a p ,
where
   a : number of acceptors
   p : number of proposers