NFT
Overview
NFTs are digital assets that represent non-fungible tokens in the TON ecosystem, as defined by the NFT standards:
NFTs are decentralized, avoiding single points of failure and bottlenecks. Each NFT in a given collection is a separate smart contract.
Below you can find documentation, tools, and best practices for integrating NFTs into your DApp — including how to mint, transfer, and query NFT collections and items.
Guides
Smart contracts
NFT minters
- NFT Deployer by TON Diamonds (TypeScript, no comments)
- NFT Minter example (JavaScript, with comments)
- NFT Minter using React (React, no comments)
- NFT Deployer (Python, with comments)
- NFT Minter using Golang (Golang library, with comments and full examples)
Tools to work with NFTs
- LiberMall/tnt—TNT is an all-in-one command-line tool to query, edit, and mint new Non-Fungible Tokens on The Open Network.
See also
Was this article useful?