-
Notifications
You must be signed in to change notification settings - Fork 4
Home
r1oga edited this page Oct 26, 2022
·
8 revisions
WIP: progressively moving content of the README into this wiki.
The Ethernaut is a Web3/Solidity based wargame inspired from overthewire.org, played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'.
- Install foundry
- Clone repository
git clone -b forge --single-branch [email protected]:r1oga/ethernaut.git
- Run tests
- all
forge test
- for a specific
LevelName
:forge test --mc LevelName
- all