Cover photo

Commemorative NFT on BASE

Base is an Ethereum L2 that offers developers an easy, secure way to build dapps for the next billion onchain users.

The commemorative NFT designed by Andre Oshea inspires builders to look at the future and stretch their imagination to more possibilities.

Complete the quest, become an early builder, and earn a commemorative NFT. Get started at quests.base.org

How ?

Get some ETH Goerli faucet

https://goerlifaucet.com/

Bridge ETH Goerli to BASE Goerli

https://bridge.base.org/deposit
https://bridge.base.org/deposit

Generate your Smart Contract with Solidity using OpenZeppelin

https://docs.openzeppelin.com/contracts/4.x/wizard
https://docs.openzeppelin.com/contracts/4.x/wizard

1. Change to ERC721 2. Write your Token Name 3. Write the Symbol 4. Put your Base URI (optional) 5. Make it Mintable 6. Copy all code in the black space

Create new file

https://remix.ethereum.org/
https://remix.ethereum.org/

Create with any name, but it should use .sol extension file. (.sol mean it Solidity file)

post image

Paste your code from step 4.6

post image

Click “Compile <yourfilename.sol>” and wait till success

post image
post image

1. Deploy your Contract

2. Change to “Injected Provider - Metamask” and make sure your Metamask Wallet Connected with Base Goerli Chain RPC

3. Deploy !

Make sure your Base ETH already bridged in your wallet (for paying gas fees). and click “Send Transaction”, then approve it on your wallet

post image

After Success deployed, Copy your Smart Contract (on the left bottom)

post image

Go to Quest Base, Connect your wallet and click continue

post image

Mint your Commemorative NFT

post image

Hola, your NFT have been minted!