Ethernaut: Introduction
Hi! ๐
I am Vincent Baguio and I have been learning about Ethereum, the EVM, and Solidity. I recently finished the course "Solidity Path: Beginner to Intermediate Smart Contracts" on Cryptozombies. And I am now beginning to learn about the different vulnerabilities and security methodologies for smart contract development.
This is the introduction of a series of blog posts about my journey with OpenZeppelin's Ethernaut.
The Ethernaut is a Web3/Solidity based wargame inspired on overthewire.org, played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'.
In the succeeding posts, I will be writing about my understanding on how to hack a level. And most importantly my comprehension of the concepts involved. I will be linking some relevant resources for each level.
Note:
I have purposely skipped on writing a blog post for Ethernaut Level 0: Hello Ethernaut. It simply introduces you on how to interact with the contract instance using the developer console. It does not merit a full blog post.