web3.unity
web3.unity copied to clipboard
Dynamic NFTS via metadata
RE: Conversation with Tim and Jon regarding dynamic NFTs which are explained here https://ethereum.stackexchange.com/questions/87853/updating-erc-721-tokens-metadata-after-it-was-minted and here https://blog.chain.link/what-is-a-dynamic-nft/ about updating NFT metadata on the fly. I've previously done this via mappings in my side project but I think metadata is the standard way of doing it.
- Find a version of this that works with our current marketplace contract to allow NFT owners to update the metadata after minting.
- Create prefabs to allow tokens to be spent to upgrade said NFT metadata.
- Test & Implement.