TON DocsTON Docs
OnboardingNodesApplicationsAPIsSmart contractsTolkTolk languageTVMTON Virtual MachineFoundationsBlockchain foundations

Applications overview

Technologies for building applications, tools, and wallet services on TON

Integrate TON into applications and wallet services, manage payments, or interact with the blockchain directly.

SDKs

There are many libraries for accessing and interacting with blockchain in dApps and tools written in various programming languages: SDKs. For an overview of the blockchain APIs that many SDKs are built around, see the API overview.

The rest of the page covers higher-level SDKs composed of a variety of smaller libraries.

AppKit

AppKit is an SDK for integrating TON into decentralized applications and Telegram Mini Apps. AppKit provides the application layer for TON integration. It allows applications to connect wallets, prepare transaction requests, and read wallet data.

Read more about AppKit.

TON Pay (beta)

TON Pay is an SDK for accepting TON payments in web applications. TON Pay provides the payments layer for TON integration — a unified interface for creating, verifying, and managing payments. It supports web apps, bots, and backend services.

Read more about TON Pay.

WalletKit

WalletKit is an SDK for integrating TON into wallet services. WalletKit is the wallet-side counterpart to AppKit. It allows custodial and non-custodial wallet providers to manage wallets, sign transactions, and integrate TON across web, mobile, and browser extension platforms.

Read more about WalletKit.

TON Connect

TON Connect is the standard wallet connection protocol for the TON blockchain. TON Connect is the underlying communication layer behind AppKit and WalletKit. It enables applications and wallets to communicate with each other in a standardized way.

Read more about TON Connect.

Payment processing

Conceptual overview of correct ways of monitoring and handling blockchain transactions for business applications: Payment processing

On this page