Standard TON contracts
In TON, wallets, tokens, NFT collections, marketplaces, and many other applications are implemented as smart contracts.
Smart contracts are self-executing programs deployed on the blockchain. They store data, process messages, and define how applications behave.
Standard smart contracts and contract patterns define common interfaces and behaviors that allow wallets, applications, and services in the TON ecosystem to interact with each other consistently.
TON provides the following widely used contract standards:
Developers may need to work with these contracts directly when building custom smart contracts or integrating with existing TON assets and wallets.
Last updated on