Note: This article was updated on Sep 20th, 2022 to use Cairo 0.10
Adding Metadata
- Create a new ERC721 contract that supports metadata. You can use this contract as a base
- The base token URI is the chosen IPFS gateway
- You can upload your NFTs directly on this website
- Your tokens should be visible on Oasis once minted!
- Deploy your new contract
- Call submit_exercise() in the Evaluator to configure the contract you want evaluated
- Claim points on ex7_add_metadata (2 pts)