Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 407 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 407 Bytes

Ethernau in Foundry

Ethernaut CTF solutions in Foundry.

Walk through (Vietnamese): https://www.kiendt.me/.

Prerequisite

Running challenges

forge test --match-contract <name of test contract> -vvv

example:

forge test --match-contract FallbackTest -vvv