Skip to content

Commit 1fbc23c

Browse files
authored
Make TEP-0062 more neutral
1 parent 3d5c11c commit 1fbc23c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

text/0062-nft-standard.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ Each NFT Item and NFT Collection itself has its own metadata (TEP-64). It contai
3030
Collection metadata example (offchain):
3131
```json
3232
{
33-
"image": "https://s.getgems.io/nft/b/c/62fba50217c3fe3cbaad9e7f/image.png",
33+
"image": "https://ton.org/_next/static/media/smart-challenge1.7210ca54.png",
3434
"name": "TON Smart Challenge #2",
3535
"description": "TON Smart Challenge #2 Winners Trophy",
36-
"social_links": [],
37-
"marketplace": "getgems.io"
36+
"social_links": []
3837
}
3938
```
4039

@@ -43,8 +42,8 @@ Item metadata example (offchain):
4342
{
4443
"name": "TON Smart Challenge #2 Winners Trophy",
4544
"description": "TON Smart Challenge #2 Winners Trophy 1 place out of 181",
46-
"image": "https://s.getgems.io/nft/b/c/62fba50217c3fe3cbaad9e7f/images/943e994f91227c3fdbccbc6d8635bfaab256fbb4",
47-
"content_url": "https://s.getgems.io/nft/b/c/62fba50217c3fe3cbaad9e7f/content/84f7f698b337de3bfd1bc4a8118cdfd8226bbadf",
45+
"image": "https://ton.org/_next/static/media/duck.d936efd9.png",
46+
"content_url": "https://ton.org/_next/static/media/dimond_1_VP9.29bcaf8e.webm",
4847
"attributes": []
4948
}
5049
```
@@ -54,9 +53,10 @@ Offchain metadata is published for example on web.
5453
## Useful links
5554
1. [Reference NFT implementation](https://github.com/ton-blockchain/token-contract/tree/main/nft)
5655
2. [Getgems NFT contracts](https://github.com/getgems-io/nft-contracts)
57-
3. [TON NFT Deployer](https://github.com/tondiamonds/ton-nft-deployer)
58-
4. FunC Lesson - NFT Standard ([en](https://github.com/romanovichim/TonFunClessons_Eng/blob/889424ae6a28453c4188ad65cdd9dbfeb750ecdb/10lesson/tenthlesson.md)/[ru](https://github.com/romanovichim/TonFunClessons_ru/blob/427037e7937f0e2e9caa4b866ee29f9d8e19b3c0/10lesson/tenthlesson.md))
59-
5. [TON NFT Explorer](https://explorer.tonnft.tools/)
56+
3. [Toncli NFT scaffolding project](https://github.com/disintar/toncli/tree/master/src/toncli/projects/nft_collection) by Disintar
57+
4. [TON NFT Deployer](https://github.com/tondiamonds/ton-nft-deployer)
58+
5. FunC Lesson - NFT Standard ([en](https://github.com/romanovichim/TonFunClessons_Eng/blob/889424ae6a28453c4188ad65cdd9dbfeb750ecdb/10lesson/tenthlesson.md)/[ru](https://github.com/romanovichim/TonFunClessons_ru/blob/427037e7937f0e2e9caa4b866ee29f9d8e19b3c0/10lesson/tenthlesson.md))
59+
6. [TON NFT Explorer](https://explorer.tonnft.tools/)
6060

6161
# Specification
6262
The NFT collection and each NFT item are separate smart contracts.
@@ -290,4 +290,4 @@ We are grateful to the [Tonwhales](https://github.com/tonwhales) developers for
290290

291291
[30 Jul 2022](https://github.com/ton-blockchain/TIPs/issues/62#issuecomment-1200095572)
292292

293-
31 Aug 2022 - Added `forward_payload` format.
293+
31 Aug 2022 - Added `forward_payload` format.

0 commit comments

Comments
 (0)