nfte
nfte copied to clipboard
Add support for Catalog Works schema
@patrickxrivera is attempting to deploy a commit to the Contextart Team on Vercel.
A member of the Team first needs to authorize it.
Quick context on this! We needed a way to support a schema which Catalog Works uses. It’s based on zNFTs, and the contract address is the same as Zora. For Catalog, both a music file and an image should be displayed. To support this, we introduced an optional mediaURLSecondary property. Within our custom NFT component on Mirror, when the NFT type is audio and mediaURLSecondary is present, we display it as an image.
There may be a cleaner implementation. This could be also useful in the future for a video with an image thumbnail.