If you wish to ensure full compatibility with WAXWORKS please base your NFT Schemas on the following. You may add any additional fields you like, these are just the minimum ones needed for your NFT type to be detected automatically.

Note: Field names are case sensitive

Image / Video NFT

Field Name (Case Sensitive)TypeWhen Minting
namestring
imgimageShould just be the ipfs hash, not url.** Leave blank for video-only nfts
backimgimageOptional. The image that works on the “3-D Flip” feature.
videoipfsShould just be the ipfs hash, not url.**
descriptionstringOptional.

** You can use a URL if you want but be careful about rate limiting. If it’s a URL you own, remember the NFT won’t work anymore if you stop paying for it.

Comic NFT

Field Name (Case Sensitive)TypeWhen Minting
namestring
imgimageShould just be the ipfs hash, not url.** Leave blank for video-only nfts
backimgimageOptional. The image that works on the “3-D Flip” feature.
comicipfsShould just be the ipfs hash, not url.**
descriptionstringOptional.

** You can use a URL if you want but be careful about rate limiting. If it’s a URL you own, remember the NFT won’t work anymore if you stop paying for it.

Music NFT

Field Name (Case Sensitive)TypeWhen Minting
namestring
imgimageShould just be the ipfs hash, not url. Leave blank for video-only nfts
backimgimageOptional. The image that works on the “3-D Flip” feature.
videoipfsOptional.* Should just be the ipfs hash, not url**. The ipfs should point to an mp4 file. Note, mobile users have trouble with large files!
audioipfsOptional.* Should just be the ipfs hash, not url**. This should point to an mp3 file.
descriptionstringOptional.

* You need to have EITHER video OR audio OR both.

** You can use a URL if you want but be careful about rate limiting. If it’s a URL you own, remember the NFT won’t work anymore if you stop paying for it.

Book NFT

Field Name (Case Sensitive)TypeWhen Minting
namestring
imgimageShould just be the ipfs hash, not url.** Leave blank for video-only nfts
backimgimageOptional. The image that works on the “3-D Flip” feature.
pdfipfsShould just be the ipfs hash, not url.** The ipfs should point to a pdf file.
descriptionstringOptional.

** You can use a URL if you want but be careful about rate limiting. If it’s a URL you own, remember the NFT won’t work anymore if you stop paying for it.

Poem NFT

Field Name (Case Sensitive)TypeWhen Minting
namestring
imgimageShould just be the ipfs hash, not url.** Leave blank for video-only nfts
backimgimageThe image that works on the “3-D Flip” feature. Should contain an image ipfs hash with your poem text and any artwork you want to embellish it.
descriptionstringOptional.
versestringThe text of the poem. Denote line breaks with slashes (“/” without the quotes) base on MLA Guidelines for short poems.

** You can use a URL if you want but be careful about rate limiting. If it’s a URL you own, remember the NFT won’t work anymore if you stop paying for it.