00 - Hello Ethernaut
This level walks you through the very basics of how to play the game.

1. Set up MetaMask
We can download MetaMask from this link.
Once that is done we have to set up the network. We will be using the
Sepolia
network.

2. Open the browser's console
Let's go to
Tools > Developer Tools
to view the browser console.

By entering
player
in the console, we can see the address that we are using.

>> player
<- "0xE3f02636F20c8095814104a449951EfdB5c546Ee"
Last updated
Was this helpful?