forked from tzConnectBerlin/peppermint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_token_metadata.json
63 lines (63 loc) · 1.6 KB
/
example_token_metadata.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
53
54
55
56
57
58
59
60
61
62
63
{
"decimals": 0,
"isBooleanAmount": true,
"name": "Carnival Asada",
"description": "Deceptively simple by reputation; don't underestimate this cunning taco. It's packing a secret weapon!",
"minter": "tz1codeYURj5z49HKX9zmLHms2vJN2qDjrtt",
"creators": ["CryptoTacos, Inc."],
"date": "2020-11-13T00:00:00+00:00",
"type": "Digital Taco",
"tags": ["CryptoTaco", "taco", "collectibles"],
"language": "en",
"artifactUri": "https://ta.co/1832674.gltf",
"displayUri": "https://ta.co/1832674.svg",
"thumbnailUri": "https://ta.co/1832674.svg",
"externalUri": "https://ta.co/",
"formats": [
{
"uri": "https://ta.co/1832674.svg",
"hash": "a56017a1317b1bc900acdaf600874c00e5c048d30894f452049db6dcef6e4f0d",
"mimeType": "image/svg+xml"
},
{
"uri": "https://ta.co/1832674.png",
"hash": "8968db6bde43255876c464613a31fbd0416ca7d74be4c5ae86c1450418528302",
"mimeType": "image/png",
"dimensions": {
"value": "512x512",
"unit": "px"
}
},
{
"uri": "https://ta.co/1832674.gltf",
"hash": "d4a93fc8d8991caa9b52c04c5ff7edf5c4bc29317a373e3a97f1398c697d6714",
"mimeType": "model/gltf+json"
}
],
"attributes": [
{
"name": "filling",
"value": "carne asada"
},
{
"name": "shell",
"value": "double corn tortilla"
},
{
"name": "salsa",
"value": "mango"
},
{
"name": "garnish",
"value": "pickled red onion"
},
{
"name": "secret sauce",
"value": "ghost pepper"
},
{
"name": "rarity",
"value": "epic"
}
]
}