Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.63 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.63 KB

dispute-game-arbiter

Arbitin' the dispute game.

How to Run

  1. Before anything, generate the initial state dump with the dump.sh script in state-dump. This will generate a dump file of the anvil devnet state after deploying the Fault Proof contracts, giving us the initial setup state of the revm database in Arbiter.
git submodule update --init --recursive && \
    ./state-dump/dump.sh
  1. Run the agent simulation with cargo r

arbiter-dispute-game

latex report

to generate the pdf security report from the main.tex file, run the ./generate_report.sh script. This will generate a main.pdf file in security_report directory.

Dispute Game Curriculum

Stage 2 Decentralization