Commit 0a208dd6 authored by clabby's avatar clabby

Edit usage to instruct user to run the binary with a higher `opt-level`

parent 31037e64
......@@ -19,6 +19,6 @@ geth dump --iterative --nostorage >> snapshot.txt
```
1. Once the snapshot has been generated, feed it into the CLI:
```sh
cargo r -- -s ./snapshot.txt
cargo r --release -- -s ./snapshot.txt
```
1. The CLI will output a file named `eof_contracts.json` containing all found EOF-prefixed contracts.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment