- If you haven't already, install Foundry on your machine, using the following commands:
curl -L https://foundry.paradigm.xyz | bash
foundryup
- Clone the Repo.
- Execute
forge build
- Create copy
.env_example
to.env
- Fill in the params in your
.env
file
- Ethernaut challenges are located in
/src
. - Solutions for the challenges are in
/script
.