Skip to content

Latest commit

 

History

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

File metadata and controls

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

The Science of the Blockchain

Library modules are located in ./src.

In order to build the project you must first run:

./stack build

King's algorithm in Cloud Haskell

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

In order to execute the program you must run:

./stack exec king n f ,
where
   n : number of nodes
   f : maximum number of possible byzantine nodes