Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a426813

Browse files
committed
update token sample
1 parent 2c300b9 commit a426813

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

token/0.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
2-
"attributes" : [
2+
"name": "#000",
3+
"description": "A unique NFT item for the off-chain NFT collection.",
4+
"image": "https://turtlpass.com/token/0.png",
5+
"external_url" : "https://turtlpass.com/?token",
6+
"attributes": [
37
{
4-
"trait_type" : "type",
5-
"value" : "Seed"
6-
},
7-
{
8-
"trait_type" : "bit",
9-
"value" : 4096
8+
"trait_type": "Metadata",
9+
"value": "Off-chain"
1010
}
11-
],
12-
"name" : "Seed 4096 bits",
13-
"description" : "Random seed with 4096-bit strength",
14-
"external_url" : "https://turtlpass.com/?seed",
15-
"image" : "https://turtlpass.com/img/seed-30cee309-fbbe-429d-a32b-781b9cf64728.jpg"
16-
}
11+
]
12+
}

token/0.png

13.7 KB
Loading

token/collection.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "Marketplace Seeds",
3-
"description": "Seed collection",
4-
"image" : "https://turtlpass.com/img/icon-no-padding.png",
2+
"name": "Off-chain NFT Collection",
3+
"description": "Collection of NFTs off-chain.",
4+
"image": "https://turtlpass.com/img/blockchain-seeds.png",
5+
"cover_image": "https://turtlpass.com/img/blockchain-banner.jpg",
56
"external_link": "https://turtlpass.com"
67
}

0 commit comments

Comments
 (0)