💥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.

  1. 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).

  2. 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

  3. YOUR_PLAYLIST_JSON_FILE_URL is 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

  4. 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.

To see a live example of the properly formatted NFT Music Player URL, referencing a live Playlist Metadata JSON file, visit this link: https://cdn.warpsound.ai/ipfs/QmVYW5vHaV322Kvp2So5ErngP1PrDUneYqo4e9TNygAGSn?playlist-url=https://cdn.warpsound.ai/ipfs/QmTSmGiSbjEWCYjSWrPXFh265uq69BosjRkB268obrcjgt/Nayomi_bestof_2022-playlist.json

Last updated