Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 428 Bytes

File metadata and controls

16 lines (11 loc) · 428 Bytes

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