-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
64 lines (64 loc) · 2.39 KB
/
data.json
File metadata and controls
64 lines (64 loc) · 2.39 KB
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
64
{
"nfts": [
{
"id": 1,
"name": "Water",
"description": "Essential ingredient for cooking and hydration.",
"image": "https://github.com/Cisternita/p4Tokens/blob/main/imagenes/agua.jpg?raw=true",
"attributes": [
{ "trait_type": "Volume", "value": 1, "display_type": "number" },
{ "trait_type": "Purity", "value": 100, "display_type": "boost_percentage" }
]
},
{
"id": 2,
"name": "Lemon",
"description": "A fresh lemon for your recipes or drinks.",
"image": "https://github.com/Cisternita/p4Tokens/blob/main/imagenes/limon.jpg?raw=true",
"attributes": [
{ "trait_type": "Juiciness", "value": 90, "display_type": "boost_percentage" },
{ "trait_type": "Size", "value": 1, "display_type": "number" }
]
},
{
"id": 3,
"name": "Sugar",
"description": "Sweetens your lemonade and other recipes.",
"image": "https://github.com/Cisternita/p4Tokens/blob/main/imagenes/azucar.jpg?raw=true",
"attributes": [
{ "trait_type": "Sweetness", "value": 100, "display_type": "boost_percentage" },
{ "trait_type": "Weight", "value": 500, "display_type": "number" }
]
},
{
"id": 4,
"name": "Saccharine",
"description": "A sugar substitute for diabetics.",
"image": "https://github.com/Cisternita/p4Tokens/blob/main/imagenes/stevia.jpg?raw=true",
"attributes": [
{ "trait_type": "Sweetness", "value": 200, "display_type": "boost_percentage" },
{ "trait_type": "Weight", "value": 50, "display_type": "number" }
]
},
{
"id": 5,
"name": "Pasta",
"description": "A versatile ingredient for various dishes.",
"image": "https://github.com/Cisternita/p4Tokens/blob/main/imagenes/pasta.jpg?raw=true",
"attributes": [
{ "trait_type": "Weight", "value": 1000, "display_type": "number" },
{ "trait_type": "Freshness", "value": 80, "display_type": "boost_percentage" }
]
},
{
"id": 6,
"name": "Tomato",
"description": "A fresh tomato for your pasta sauces.",
"image": "https://github.com/Cisternita/p4Tokens/blob/main/imagenes/salsatomate.jpg?raw=true",
"attributes": [
{ "trait_type": "Freshness", "value": 90, "display_type": "boost_percentage" },
{ "trait_type": "Weight", "value": 200, "display_type": "number" }
]
}
]
}