Metadata standards
Best practices for ecosystem support and compatability
Tokens created on Doppler should attempt to adhere to ecosystem best practices to ensure compatibility across as many supported interfaces as possible. We aim to make it as simple, and flexible, as possible, in order to support a wide range of applications and use cases.
Requirements to be supported within the Doppler Indexer
Tokens must be created with a URI stored on IPFS that contains an image field
The image field in the URI must also contain another pointer to a valid IPFS CID
Examples
Example token created on Pure Markets
{
"name": "8453",
"symbol": "8453",
"image": "ipfs://QmZEFVUKoQDxsUbsRTgrpdwhwxDM95HbMzc7kjUxjynLDk",
"x": "",
"telegram": "",
"farcaster": "",
"discord": ""
}
name
8453
symbol
8453
image
ipfs://QmZEFVUKoQDxsUbsRTgrpdwhwxDM95HbMzc7kjUxjynLDk
x
telegram
farcaster
discord
Note: fields can be left empty. Pure.st will not attempt to load social links or icons for empty inputs.
Example token created on Zora
{
"name": "balajis",
"ticker": "balajis",
"image": "ipfs://bafybeibeeqdppfm2iizeaqiobdvn533xyuunjpdspdirju7xf4ykwyindq",
"content": {
"uri": "ipfs://bafybeibeeqdppfm2iizeaqiobdvn533xyuunjpdspdirju7xf4ykwyindq"
}
name
balajis
ticker
balajis
image
ipfs://bafybeibeeqdppfm2iizeaqiobdvn533xyuunjpdspdirju7xf4ykwyindq
content
ipfs://bafybeibeeqdppfm2iizeaqiobdvn533xyuunjpdspdirju7xf4ykwyindq
Last updated