Skip to content

Instantly share code, notes, and snippets.

@mr-zwets
Created February 18, 2023 13:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save mr-zwets/323c7786e2acf01e3c04a440d7cf6c2c to your computer and use it in GitHub Desktop.
Save mr-zwets/323c7786e2acf01e3c04a440d7cf6c2c to your computer and use it in GitHub Desktop.
bcmr example token
{
"version": {
"major": 0,
"minor": 1,
"patch": 0
},
"latestRevision": "2023-02-18T13:18:32.912Z",
"registryIdentity": {
"name": "bcmr example token",
"description": "self-published bcmr for example token on chipnet",
"time": {
"begin": "2023-02-18T13:18:32.912Z"
}
},
"identities": {
"51094fb26daa7c9804cc7938716cd5b8d50d5c3df3a38c90d03931ce4e904e23": [{
"name": "example token",
"description": "Token serves as an example for on-chain resolution of a bcmr",
"time": {
"begin": "2023-02-18T13:18:32.912Z"
},
"token": {
"category": "51094fb26daa7c9804cc7938716cd5b8d50d5c3df3a38c90d03931ce4e904e23",
"symbol": "XMPL",
"decimals": 0
}
}]
}
}
@Sydwell
Copy link

Sydwell commented May 15, 2023

To give your token a custom IPFS ICON, add this object after the token object.
"uris": {
"icon": "https://ipfs.pat.mn/ipfs/Qmb9jmC8TrgTf6UXuxfsTWJsvBbt5BK5iMcLvuZQFe38B4"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment