-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
20 lines (20 loc) · 750 Bytes
/
metadata.json
File metadata and controls
20 lines (20 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "Exodia the Forbidden One",
"symbol": "EXODIA",
"description": "A legendary entity sealed away. Whoever assembles its parts commands unstoppable power.",
"image": "https://raw.githubusercontent.com/SaxWeb3/TestingManifest/refs/heads/main/nft.png",
"external_url": "https://www.yugioh-card.com/en/",
"seller_fee_basis_points": 500,
"attributes": [
{ "trait_type": "Rarity", "value": "Mythical" },
{ "trait_type": "Part", "value": "Head" }
],
"properties": {
"files": [
{ "uri": "https://raw.githubusercontent.com/SaxWeb3/TestingManifest/refs/heads/main/nft.png", "type": "image/png" }
],
"creators": [
{ "address": "DCQnfUH6mHA333mzkU22b4hMvyqcejUBociodq8bB5HF", "share": 100 }
]
}
}