Skip to content

ariady-putra/nfmt-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfmt-player

The NFT Metadata must have the following tags

{
  "721": {
    "PolicyID": {
      "AssetName": {
        ...
        "song_title": "Song Title",
        "artists": "Artists",
        "files": [
          {
            "mediaType": "audio/mp3",
            "src": "ipfs://songURL"
          }
        ],
        "image": "ipfs://coverURL",
        "name": "Alt Name",
        "copyright": "Copyright (c) year",
        ...
      }
    }
  }
}

About

Non-fungible music token player

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published