This project intends to provide my solutions and highlights for the different Ethernaut challenges.
Every script deploys vulnerable contract to ropsten and then exploits it.
Currently doing a web2 -> web3 transition by learning Solidity and blockchain as a whole with Encode Solidity Bootcamp, I'm documenting my journey from start to finish.
You can reach me on Twitter.
-
Install the dependencies
yarn install
-
Compile the contracts
yarn hardhat compile
-
Run the scripts that you want, example :
yarn hardhat run ./scripts/ethernaut/lvl5.ts