-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path8x8-template.json
52 lines (52 loc) · 1.15 KB
/
8x8-template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"artifactUri": "ipfs://IMAGEIPFSADDRESS",
"attributes": [
{
"name": "Attribute 1",
"value": "Replace with your own attribute"
},
{
"name": "Attribute 2",
"value": "Replace with your own attribute and add more if you want"
}
],
"creators": [
"tz1xYOURFULLTEZOSADDRESS"
],
"decimals": 0,
"description": "Describe the token here",
"displayUri": "ipfs://IMAGEIPFSADDRESS",
"formats": [
{
"dimensions": {
"value": "8x8",
"unit": "px"
},
"mimeType": "image/png",
"uri": "ipfs://IMAGEIPFSADDRESS"
}
],
"identifier":"SHIKAKU",
"isBooleanAmount": false,
"minter": "tz1xYOURFULLTEZOSADDRESS",
"name":"Name of the token goes here",
"publishers": [
"tz1xYOURFULLTEZOSADDRESS"
],
"rights": "(c) 2022",
"royalties": {
"decimals": 6,
"shares": {
"tz1xYOURFULLTEZOSADDRESS": "100000"
}
},
"shouldPreferSymbol": true,
"symbol":"SHIKAKU",
"thumbnailUri":"ipfs:////IMAGEIPFSADDRESS",
"type": "8bidou 8x8",
"isTransferable": true,
"burnable": false,
"limit": 0,
"tags": ["8x8", "your", "tags", "here"],
"language": "en"
}