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) | Type | When Minting |
---|---|---|
name | string | |
img | image | Should just be the ipfs hash, not url.** Leave blank for video-only nfts |
backimg | image | Optional. The image that works on the “3-D Flip” feature. |
video | ipfs | Should just be the ipfs hash, not url.** |
description | string | Optional. |
** 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) | Type | When Minting |
---|---|---|
name | string | |
img | image | Should just be the ipfs hash, not url.** Leave blank for video-only nfts |
backimg | image | Optional. The image that works on the “3-D Flip” feature. |
comic | ipfs | Should just be the ipfs hash, not url.** |
description | string | Optional. |
** 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) | Type | When Minting |
---|---|---|
name | string | |
img | image | Should just be the ipfs hash, not url. Leave blank for video-only nfts |
backimg | image | Optional. The image that works on the “3-D Flip” feature. |
video | ipfs | Optional.* Should just be the ipfs hash, not url**. The ipfs should point to an mp4 file. Note, mobile users have trouble with large files! |
audio | ipfs | Optional.* Should just be the ipfs hash, not url**. This should point to an mp3 file. |
description | string | Optional. |
* 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) | Type | When Minting |
---|---|---|
name | string | |
img | image | Should just be the ipfs hash, not url.** Leave blank for video-only nfts |
backimg | image | Optional. The image that works on the “3-D Flip” feature. |
ipfs | Should just be the ipfs hash, not url.** The ipfs should point to a pdf file. | |
description | string | Optional. |
** 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) | Type | When Minting |
---|---|---|
name | string | |
img | image | Should just be the ipfs hash, not url.** Leave blank for video-only nfts |
backimg | image | The 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. |
description | string | Optional. |
verse | string | The 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.