Practical Byzantine Fault Tolerance This a simulation of PBFT written in Elixir. Starter code from NYU Distributed Systems course For inital setup: mix deps.get mix To run the tests: mix test test/test_1.exs mix test test/test_2.exs