Skip to content

Commit 6494d6d

Browse files
authored
Create zrp.json
1 parent 9ad562e commit 6494d6d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

zrp.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "https://cashtokens.org/bcmr-v2.schema.json",
3+
"version": { "major": 1, "minor": 0, "patch": 0 },
4+
"latestRevision": "2023-05-13T00:00:00.000Z",
5+
"registryIdentity": {
6+
"name": "Permissioned Token Registry",
7+
"description": "A permissioned registry of tokens on Bitcoin Cash maintained by zapit. Publishes names, symbols, icons, and other metadata about CashTokens via a Bitcoin Cash Metadata Registry (BCMR).",
8+
"uris": {
9+
"icon": "https://zapit.io/logo.png",
10+
"web": "https://zapit.io/",
11+
"registry": "https://raw.githubusercontent.com/zapit-io/ptr/main/bcmr.json"
12+
}
13+
},
14+
"identities": {
15+
"a3da23aa442a3abb6fc0e633c2078ebea226a51bf3272956f42c1cc329bbb7f3": {
16+
"2023-12-04T03:13:17.057Z": {
17+
"name": "Zapit Reward Points",
18+
"description": "Zapit's official reward token.",
19+
"token": {
20+
"category": "a3da23aa442a3abb6fc0e633c2078ebea226a51bf3272956f42c1cc329bbb7f3",
21+
"decimals": 4,
22+
"symbol": "ZRP"
23+
},
24+
"uris": {
25+
"icon": "https://zapit.io/logo.png",
26+
"web": "https://zapit.io/",
27+
"chat": "https://t.me/zapit_io"
28+
}
29+
}
30+
},
31+
},
32+
"license": "CC0-1.0"
33+
}

0 commit comments

Comments
 (0)