Library modules are located in ./lib folder.
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