TON DocsTON Docs

Standard contracts overview

This section lists the most popular standardized contracts and describes how to work with them without developing new ones. For the latter, see Contract development.

Wallets

On TON, wallets are smart contracts that operate under the same rules as any other contract on the blockchain. Their distinctive feature is to act as a proxy: wallets handle an external message sent from off-chain, verify that the message was sent by the wallet's owner using public-key cryptography, and send an internal message somewhere further on-chain.

Tokens

TON blockchain supports three distinct categories of digital tokens: Jettons, NFTs, and SBTs. All of them utilize the single metadata standard.

To solve the problem of distributing on-chain assets at scale, use token airdrops.

Miscellaneous

On this page