Skip to content
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'.

Getting Started

  1. Install foundry
  2. Clone repository
     git clone -b forge --single-branch [email protected]:r1oga/ethernaut.git
    
  3. Run tests
    • all
      forge test
      
    • for a specific LevelName:
      forge test --mc LevelName
      
Clone this wiki locally