Files
CHIP-BCMRv3/base-with-token.json
2026-05-22 00:27:52 +02:00

64 lines
2.5 KiB
JSON

{
"# a JSON for a single 'identity'.",
"# if you need more identities, you will create more than one JSON file.",
"identity": "1aa14f72dc4a6e8fce7932ae9ba0c1731cf80508a3d4148c2bfd8fe4c60cf6d2",
"name": "Sun Mictosystems",
"description": "something something text.\nDot stop.",
"# times likely apply mostly to natural-identies. When was Sun-Microsystems established",
"# when did this identity become defunct (in this case, got bought).",
"# Defunct is about the identity!! Sun Microsystems shut down in 2010",
"established": "1982-02-24",
"defunct": "2010-01-27",
"# the date of this update",
"date": "2023-05-13T00:00:00.000Z",
"# Images, logos, webpages etc.",
"# we may want to make a default list.",
"# the hash is needed for cashing servers, allowing wallets to verify they didn't lie.",
"resources": {
"image": "https://gist.githubusercontent.com/mr-zwets/0e698a88323465686437b5e70a8ccf56/raw/Eo_circle_blue_hash.svg",
"image.sha1": "7968e8d899efd7fc0f142e332ec8973227ef318b`"
},
"# An optional token owned by this identity.",
"# These are CashTokens only.",
"tokens": [{
"category": "1aa14f72dc4a6e8fce7932ae9ba0c1731cf80508a3d4148c2bfd8fe4c60cf6d2",
"symbol": "NFTS",
"decimals": 2,
"# NFTs that has a specific 'id' (aka commitment) can have metadata listed specifically.",
"# First we have 'attributes' which are a free-extension allowing the tokens",
"# to have end-user-visible properties not part of the wider bcmr spec.",
"#",
"# The 'attributes' is once at the category level, and again at the unique-token level.",
"# they get combined following the idea that the latter overrule the former.",
"attributes": {
"Ear Right": "flat",
"Ear Left": "up"
},
"unique-tokens": {
"# Id is the commitment data in hexadecimal form.",
"id": "0f87",
"name": "BCH Guru #3975",
"description": "Guru #3975 from the BCH Guru NFT collection",
"# resources for this specific NFT, overwriting any set at the identity level.",
"resources": {
"image": "ipfs://bafkreiaxleys6twenyiam2cztzrw7fewadz44cuvb5eozcro2cs2byyaqe",
"image.sha1": "7968e8d899efd7fc0f142e332ec8973227ef318b",
"icon": "ipfs://bafkreiaxleys6twenyiam2cztzrw7fewadz44cuvb5eozcro2cs2byyaqe-icon",
"icon.sha1": "77aa06d4096c06d05a934687eaa371cd457d238c"
},
"# attributes for this unique token are merged with the ones at the token level,",
"# overwriting ones that exist there.",
"attributes": {
"Background": "Jail Cell Scene"
}
}
}
}