A week of headaches and enjoying clicking Metamask's confirmation prompt as part of my smart contracts learning journey.
My solutions to the Ethernaut challenges are listed here with each directory containing either a .sol
smart contract along with its deployement script for the Remix IDE or a .js
file to be run within a web3-enabled console.
Some nice tools and resources that helped me for solving these challs :
- Ethereum Virtual Machine Opcodes
- How to read Ethereum contract storage | by Darius | Medium
- Solidity documentation
- Tokens - OpenZeppelin Docs
- OpenZeppelin Contracts
I set my eyes on the Capture the Ether challenges, see you there !