Mint your first NFT - Task
Closed this issue · 0 comments
tsunami03 commented
OPEN FOR ALL TASK, NO NEED TO CLAIM.
In this task you have to firstly:
- Upload an image file on IPFS, and get the link.
- Create a metadata file (.json) for your image file with the name of the NFT as "(YourName)'s NFT" and description as "Minted during Opencode'22". The image link in the metadata file should be the IPFS link you got in the above step.
- Then upload the metadata file on IPFS and get the link for that.
After that,
- Write a basic ERC721 compliant contract with a mint function.
- Name the token with your own name.
- Deploy the contract on Goerli testnet.
- Use your mint function to mint your image, with help of the link of the metadata file.
- Mint it to yourself (your address) and get the OpenSea (testnet) link of your newly minted NFT.
- Push your contract file (.sol) in the ERC721 folder and put the OpenSea link in your PR, along with a screenshot.
TO OBTAIN FULL POINTS, PR MUST CONTAIN:
- Link to the NFT on OpenSea.
- Link to the Contract on Etherscan.
- Screenshot of NFT on OpenSea.
- And the .sol file that you committed to the ERC721 folder, of course. The .sol file should contain the above links at the end of the code as comments.
This is a long task, with a little bit of a steep learning curve, but rewarding nonetheless. We will be providing all the resources you can follow for this task in the Discord channel. Ask any queries you have there only, mentors will guide you.
Good luck!