38
loading...
This website collects cookies to deliver better user experience
Below you’ll find cXc’s Music NFT Recommendation.
Field name | Type | Description |
---|---|---|
name | string | NFT name |
img | string | Primary image / Cover image |
audio | string | Audio file IPFS hash |
video | string | Music video file IPFS has |
backimg | string | Back cover of album / single |
promo | string | Extra image for promo poster, QR code, etc |
title | string | The actual title of the track |
album | string | Title of the album |
track | int64 | Number of the track on the album |
about | string | Description field with info about |
credits | string[] | Array of song credits |
youtube | string | Youtube URL |
spotify | string | Spotify URL |
soundcloud | string | Soundcloud URL |
platforms | string[] | How scarce is this NFT? |
nation | string | Three-letter ISO (USA, BRA, AUS, etc) |
locale | string | Concatanation of lower locales (State, County, City in USA) |
geotag | string | GeoJSON Point stored as string |
license | string | Declare license if needed, (CC0, etc) |
rarity | string | How scarce is this NFT? |
idata
field using the Atomic Assets createschema action to create your own schema on Atomic Assets, and then create template from the schema for each NFT you release. Because this standard uses the string[]
(string array) type, it's currently not possible to use directly on Atomichub UI, but should be in the future.ℹ️ Important
[
{
"name": "name",
"type": "string"
},
{
"name": "img",
"type": "image"
},
{
"name": "audio",
"type": "ipfs"
},
{
"name": "video",
"type": "ipfs"
},
{
"name": "backimg",
"type": "image"
},
{
"name": "promo",
"type": "image"
},
{
"name": "title",
"type": "string"
},
{
"name": "album",
"type": "string"
},
{
"name": "track",
"type": "int64"
},
{
"name": "about",
"type": "string"
},
{
"name": "credits",
"type": "string[]"
},
{
"name": "youtube",
"type": "string"
},
{
"name": "spotify",
"type": "string"
},
{
"name": "soundcloud",
"type": "string"
},
{
"name": "platforms",
"type": "string[]"
},
{
"name": "nation",
"type": "string"
},
{
"name": "locale",
"type": "string"
},
{
"name": "geotag",
"type": "string"
},
{
"name": "license",
"type": "string"
},
{
"name": "rarity",
"type": "string"
}
]
[
{
"key": "name",
"value": [
"string",
"Bluebirds 🥇"
]
},
{
"key": "img",
"value": [
"string",
"QmP1gc43EsmXoaYuT2XPZFWx9SDKk9JxAzpPMP4AUm3aof"
]
},
{
"key": "promo",
"value": [
"string",
"QmYzu7Dz7LqZP3jq4zmt84rpmjWm2AfhH1SF4Et5LbxVJy"
]
},
{
"key": "audio",
"value": [
"string",
"QmWGFx5epoiQBJ3CwBQ3VpNKNJ5VFoKoKDbXExiNLF5zAQ"
]
},
{
"key": "about",
"value": [
"string",
"Watching a bird opening it’s wings, Bluebirds is a soul’s reflection on the path through this marvelous galaxy. Over a classy beat Douglas expresses an egoic journey, and the desire to look past it while seeking meaning beyond science and religion."
]
},
{
"key": "credits",
"value": [
"STRING_VEC",
["Artist: Sir Douglas Fresh","Beat: Blue Birds by Ours Samplus, live-mixed by Scarfinger"]
]
},
{
"key": "youtube",
"value": [
"string",
"youtube.com/watch?v=trpj6qmLflk"
]
},
{
"key": "soundcloud",
"value": [
"string",
"soundcloud.com/sirdouglasfresh/bluebirds-beat-by-ours-samplus-live-mix-by-scarfinger"
]
},
{
"key": "platforms",
"value": [
"STRING_VEC",
["music.cxc.world/?id=1948"]
]
},
{
"key": "album",
"value": [
"string",
"The Evolution of Sir Douglas Fresh (Mixtape)"
]
},
{
"key": "nation",
"value": [
"string",
"USA"
]
},
{
"key": "locale",
"value": [
"string",
"Accident, Garrett County, MD"
]
},
{
"key": "geotag",
"value": [
"string",
"[39.555,-79.240]"
]
},
{
"key": "rarity",
"value": [
"string",
"Epic"
]
}
]
38