-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata1.json
46 lines (46 loc) · 1.01 KB
/
metadata1.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
{
"description": "This NFT proves I've created and deployed my first ERC21 smart contract on Polygon!",
"external_url": "https://twitter.com/hello_dayana",
"image": "https://ipfs.filebase.io/ipfs/QmVezq3MPF9BNnVND3LAHo1J4PYzKLraxZTuASFRRfwTeo",
"name": "Hello World!",
"attributes": [
{
"trait_type": "Hair Color",
"value": "Light Aqua"
},
{
"trait_type": "Eyes",
"value": "Sunglasses"
},
{
"trait_type": "Mouth",
"value": "None"
},
{
"trait_type": "Level",
"value": 5
},
{
"trait_type": "Stamina",
"value": 200
},
{
"trait_type": "Personality",
"value": "Cool"
},
{
"display_type": "boost_number",
"trait_type": "Aqua Power",
"value": 40
},
{
"display_type": "boost_percentage",
"trait_type": "Stamina Increase",
"value": 10
},
{
"display_type": "number",
"trait_type": "Generation",
"value": 2
}]
}