arbiter-template
Minimal template for simulating contracts with arbiter.
Usage
- Clone this repository
git clone https://github.com/primitivefinance/arbiter-template.git
cd arbiter-template
- Install foundry
curl -L https://foundry.paradigm.xyz | bash
foundryup
- Install forge libraries
forge install
- Generate bindings
forge bind --revert-strings debug -b src/bindings/ --module --overwrite
- Run the project
cargo run