Skip to content

Instantly share code, notes, and snippets.

View cvk-nft's full-sized avatar

Christopher King cvk-nft

View GitHub Profile
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