Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

PREPARATORY WORK FOR SESSION 5

Please complete the following set up tasks before Session 5.

TASK 1: SETTING UP REMIX IDE

1. Go to https://remix.ethereum.org/ (Scam Alert: Do not use any other URL)


2. Sign up using Google or your email.
3. Once you are click on Solidity Compiler (left side panel):

4. Check the Auto compile box

5. Click on the Deploy & Run Transactions option (Left panel below Compiler)
6. Now click on Environment and select Remix (Shanghai)
7. If you click on Account you should a list as follows:

8. Click on File Explorer (on Left panel)

9. Click on the contracts folder. Then Double Click on Storage.sol


10. Now click on Compile option (left panel) and click Compile
1_Storage.sol button
11.You should see a Green check mark that says the code is compiled fine.
12. Next click on Deploy & run transactions
13. Click the Deploy button
14. Under Deployed Contracts select the address

15. Click on the textbox next to the store button and enter 100. Click on
store
16. Now click retrieve; you should see 0:uint256: 100

TASK 2: SETTING UP METAMASK

1. Go to metamask.io (Scam Alert: Do not use any other URL)

2. Click Download and Install Metamask


3. Click Add to Chrome (or which ever browser you are using)
4. Go ahead and click on Add Extension
5. Agree to Terms and Conditions
6. Next set up your password
7. You will be asked to shown a 12 words secret phrase. Please copy these
words (or image of the entire set)

8. Once Metamask opens select Down Arrow from top left to select network:

9. Select Show test networks radio button option


10. You should see test networks like Goerli and Sepolia
11.Select Sepolia
12. You should see public address of your wallet. Copy if
13. Now you can go to https://sepoliafaucet.com/ to get Ether into your
wallet
14. Paste the public address of your wallet and click on Send me Ether

15. Now you should see 0.5 ETH in your Metamask wallet.

You have now completed the setup successfully and


tested everything works.Congrats!

You might also like