Skip to content
r1oga edited this page Oct 30, 2022 · 8 revisions

Getting Started

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