Skip to content

Commit

Permalink
Add --isolate option in README (#77)
Browse files Browse the repository at this point in the history
Briefly explain in README the option to use the `--isolate` flag to execute some challenges.

Co-authored-by: tincho <[email protected]>
  • Loading branch information
CanonicalJP and tinchoabbate authored Oct 22, 2024
1 parent 1eca050 commit 30e631a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ To solve a challenge:
2. Uncover the flaw(s) in the challenge's smart contracts.
3. Code your solution in the corresponding test file.
4. Try your solution with `forge test --mp test/<challenge-name>/<ChallengeName>.t.sol`.

> In challenges that restrict the number of transactions, you might need to run the test with the `--isolate` flag.
If the test passes, you've solved the challenge!

Challenges may have more than one possible solution.
Expand Down

0 comments on commit 30e631a

Please sign in to comment.