Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored Jun 23, 2023
1 parent 155e512 commit f0a2888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ to make it have no function argument. ItyFuzz assumes constructors have no argum

### Fuzz a Project (Online)

(Optional) Rebuild with `flashloan_v2` (only supported in onchain) enabled to get better result.
Rebuild with `flashloan_v2` (only supported in onchain) enabled to get better result.
```bash
sed -i 's/\"default = [\"/\"default = [flashloan_v2,\"/g' ./Cargo.toml
cd ./cli/
cargo build --release
```

(Optional, Must do if `flashloan_v2` enabled) To effectively cache the costly RPC calls to blockchains, third-party APIs, and Etherscan, a proxy is built.
To effectively cache the costly RPC calls to blockchains, third-party APIs, and Etherscan, a proxy is built.
To run the proxy:
```bash
pip3 install -r proxy/requirements.txt
Expand Down

0 comments on commit f0a2888

Please sign in to comment.