-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
29 lines (29 loc) · 956 Bytes
/
Copy pathmetadata.json
File metadata and controls
29 lines (29 loc) · 956 Bytes
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
{
"count": 3,
"nfts": [
{
"name": "Alpha Builder #1",
"description": "A visionary protocol engineer leading Aztec's zero-knowledge breakthroughs",
"traits": [
{ "trait_type": "Builder Type", "value": "Protocol Engineer" },
{ "trait_type": "Core Contributor", "value": true }
]
},
{
"name": "Alpha Builder #2",
"description": "A talented frontend developer crafting intuitive user experiences for Aztec applications",
"traits": [
{ "trait_type": "Builder Type", "value": "Frontend Developer" },
{ "trait_type": "Core Contributor", "value": false }
]
},
{
"name": "Alpha Builder #3",
"description": "A cryptography researcher advancing Aztec's privacy-preserving technology",
"traits": [
{ "trait_type": "Builder Type", "value": "Cryptographer" },
{ "trait_type": "Core Contributor", "value": true }
]
}
]
}