Jetton
Jettons are digital assets that represent fungible tokens in the TON ecosystem, as defined by the Jettons standard.
Jettons are TON-powered decentralized tokens, avoiding single points of failure and bottlenecks. Each user's jetton balance is stored in a separate jetton wallet contract. Smart contracts interact directly with one another, distributing the load across the entire network. As the number of users and transactions grows, the network maintains an even load, enabling seamless scalability.
Below you can find documentation, tools, and best practices for integrating Jettons into your DApp.
Guides
Community tutorials
- Web3 Game Tutorial — Learn how to build a Web3 game with TON Blockchain.
- 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.
- Tonspeedrun
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 — Web Client (React, TypeScript)
Tools to work with jettons
- NFT Jetton Sale Contract — NFT sale contract with jetton support