Skip to content

primitivefinance/template_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arbiter-template

Minimal template for simulating contracts with arbiter.

Usage

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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published