This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 0: Do all of the below on a test NFT first!!! | |
Make sure you are able to follow the directions and make a working NFT before you hack up one you really care about! | |
Make sure to check the NFT on various marketplaces, and ensure it looks right / works right! | |
1: Look into setting the token_uri of your Manifold NFTs to a custom URI, via these methods: | |
https://docs.manifold.xyz/v/manifold-for-developers/smart-contracts/manifold-creator/contracts/creator-core/common-functions#metadata-functions | |
You can call these methods on a deployed contract with a minted NFT by using etherscan, just plug in the deployed contract's address in the url below: | |
https://etherscan.io/address/<Contract Address>#writeContract |