Advanced Topics
Dynamic NFTs
Make your NFTs change over time
Dynamic NFTs are tokens whose content changes over time. There are two ways to achieve this with Crossmint:
- Using Crossmint’s edit API.
- Storing the metadata offchain and updating it on your database. To use this option, set the property
reuploadLinkedFiles
tofalse
when minting an NFT.