Tokens (FT, NFT)
Distributed TON tokens overview
Jettons
Guides & Tutorials
- Mint your first Jetton — Learn how to deploy and customize your first Jetton
- [YouTube] TON Keeper founders Oleg Andreev and Oleg Illarionov on TON jettons
Standards
Smart contracts
Jetton Deployer
Jettons are custom fungible tokens on the TON Blockchain. You can create your own token on the TON Blockchain using the Jetton Deployer example below:
- TON Minter — open-source Jetton Deployer dApp
- Jetton Deployer — contracts (FunC, TL-B)
- Jetton Deployer — WebClient (React, TypeScript)
Tools to work with Jettons
- Scaleton—see your custom token balance
- @tegro/ton3-client—SDK to query information about Jettons
NFT
Standards
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.