https://github.com/primitivefinance/arbiter-portfolio-sim
Migration from old middleware to new.
https://github.com/primitivefinance/arbiter-portfolio-sim
Last synced: 12 months ago
JSON representation
Migration from old middleware to new.
- Host: GitHub
- URL: https://github.com/primitivefinance/arbiter-portfolio-sim
- Owner: primitivefinance
- Created: 2023-08-14T00:52:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T23:27:30.000Z (almost 3 years ago)
- Last Synced: 2025-06-20T00:40:48.519Z (12 months ago)
- Language: Solidity
- Size: 69.3 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
2. Install foundry and forge
```
curl -L https://foundry.paradigm.xyz | bash
foundryup
forge install
```
3. Generate bindings
```
forge bind --revert-strings debug -b src/bindings/ --module --overwrite
```
4. Run the project
```
cargo run
```