Quick Start
Last updated
Last updated
If you're experienced with creating and launching web apps and/or NFTs and want to quickly add the player to your NFT(s), follow these steps. If not, or you need further details on any aspects of this, please see the .
Using the NFT Music Player Template is as easy as 1) creating a Playlist JSON file that contains all of your multi-track release's information, 2) uploading that JSON file and your media to a publicly accessible file host/server, and 3) adding the player template referencing that JSON file to the animation_url
property of your NFT's metadata.
Create a playlist JSON file using the Playlist Metadata Standard () and upload/pin along with your media (cover art and music files) to a publicly accessible file host/server (IPFS or ARWEAVE preferably).
Use the following URL format in the animation_url
property of your NFT's metadata: https://cdn.warpsound.ai/ipfs/QmVYW5vHaV322Kvp2So5ErngP1PrDUneYqo4e9TNygAGSn?playlist-url=YOUR_PLAYLIST_JSON_FILE_URL
YOUR_PLAYLIST_JSON_FILE_URL
is the URL of the playlist JSON file you created and uploaded, for example, like this:
Add an animation_details
property to your NFT's metadata containing { "format": "HTML" }
, as well as a playlist_metadata
property containing the URL of the Playlist Metadata JSON file.