Skip to content

365andreas/king-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

King's algorithm implementation in Cloud Haskell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published