/ethernaut-foundry

https://ethernaut.openzeppelin.com/ solutions in Foundry.

Primary LanguageSolidityMIT LicenseMIT

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