Arbitin' the dispute game.
- Before anything, generate the initial state dump with the
dump.sh
script instate-dump
. This will generate a dump file of theanvil
devnet state after deploying the Fault Proof contracts, giving us the initial setup state of therevm
database in Arbiter.
git submodule update --init --recursive && \
./state-dump/dump.sh
- Run the agent simulation with
cargo r
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.
- Optimistic Rollup: High level introduction to Optimistic Rollups
- dispute-games: Introduction to the optimism dispute game
- Official Dispute Game Specification
- Dispute Game Video
- Bondorama: Current Bond pricing for the game
- Rollups taking off
- Stage 2 boogaloo: What is stage two decentralization?
- Durin: Durin is a Rust Solver for the Dispute Game
- End Game is State 2