Created
February 18, 2023 13:35
-
-
Save mr-zwets/323c7786e2acf01e3c04a440d7cf6c2c to your computer and use it in GitHub Desktop.
bcmr example token
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To give your token a custom IPFS ICON, add this object after the token object.
"uris": {
"icon": "https://ipfs.pat.mn/ipfs/Qmb9jmC8TrgTf6UXuxfsTWJsvBbt5BK5iMcLvuZQFe38B4"
}