Skip to content

365andreas/paxos-simple-implementation-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Science of the Blockchain

Library modules are located in ./lib folder.

Paxos implementation in elixir

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

In order to build the project you must first run: ./mix escript.build

In order to execute the program you must run: ./paxos a p,
where
   a : number of acceptors
   p : number of proposers