Latest Airdrops

Earn a commemorative NFT with the Base Builder Quest→ Complete the quest by depl…

Earn a Commemorative NFT with the Base Builder Quest

→ Complete the quest by deploying a smart contract on the base
→ Become one of the first base builders
→ Claim a commemorative NFT

📖 Tutorial: https://base.mirror.xyz/CsHm8poSS9HqWNMvPZEZDIn8LMjiNy5PwUd7z8F6G-Q

➡️ Link : https://remix.ethereum.org
– Click on Contract
– Select 1_Storage.sol
– Delete all scripts
– Copy and paste scripts 👇
// SPDX-License-Identifier: GPL-3.0

pragma solidity >=0.8.2 <0.9.0;

contract testBase {

uint256 number;

function store(uint256 num) public {
number = num;
}

function retrieve() public view returns (uint256){
return number;
}
}

– Click on the Solidity compiler
– Compile 1_Storage.sol
– Click on the ETH logo (Deploy)
– Click on Environment
– Select “Injected Provider – Metamask”
– Deploy and accept the contract via Metamask
– Scroll down to “Deployed Contract”
– Copy of the contract
– Stick on quests.base.org
– Check and hit
– Do

earn-a-commemorative-nft-with-the-base-builder-quest%e2%86%92-complete-the-quest-by-depl

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button