💥Quick Start
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 Step By Step Instructions.
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 (JSON file template HERE) 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_urlproperty of your NFT's metadata:- https://cdn.warpsound.ai/ipfs/QmVYW5vHaV322Kvp2So5ErngP1PrDUneYqo4e9TNygAGSn?playlist-url=YOUR_PLAYLIST_JSON_FILE_URL
- YOUR_PLAYLIST_JSON_FILE_URLis the URL of the playlist JSON file you created and uploaded, for example, like this:- https://cdn.warpsound.ai/ipfs/QmTSmGiSbjEWCYjSWrPXFh265uq69BosjRkB268obrcjgt/Nayomi_bestof_2022-playlist.json
- Add an - animation_detailsproperty to your NFT's metadata containing- { "format": "HTML" }, as well as a- playlist_metadataproperty containing the URL of the Playlist Metadata JSON file.
Last updated
