From 40fa4944c71b9fe9f69797a24fa717ec400c11c5 Mon Sep 17 00:00:00 2001 From: Igor <86157639+isaev-the-poetry@users.noreply.github.com> Date: Sun, 29 Jun 2025 17:57:36 +0300 Subject: [PATCH] Update 0062-nft-standard.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi there! I’ve built a NestJS implementation of a metadata server because TypeScript is much more comfortable and familiar to me than Go. This version uses Prisma with SQLite, is super lightweight, and ready for instant deployment via Docker. --- text/0062-nft-standard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/text/0062-nft-standard.md b/text/0062-nft-standard.md index 27d3a1b7..267f6d04 100644 --- a/text/0062-nft-standard.md +++ b/text/0062-nft-standard.md @@ -57,6 +57,7 @@ Offchain metadata is published for example on web. 4. [TON NFT Deployer](https://github.com/tondiamonds/ton-nft-deployer) 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)) 6. [TON NFT Explorer](https://explorer.tonnft.tools/) +7. You might find this ready-to-deploy [NFT metadata server](https://github.com/isaev-the-poetry/nft-metadata-server) built with NestJS and Docker useful. # Specification The NFT collection and each NFT item are separate smart contracts.