Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 262 Bytes

File metadata and controls

12 lines (8 loc) · 262 Bytes

Ethernaut Solutions

Solutions to Ethernaut challenges using Foundry.

Setup

forge build
forge test --root challenges/01-fallback -vvv

Each challenge is in its own directory with tests and solve scripts.