Skip to main content

Documentation Index

Fetch the complete documentation index at: https://companyname-a7d5b98e-feature-fumodocs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

What TON Connect is

TON Connect is the standard wallet connection protocol for the TON blockchain. It links a dApp to a user’s wallet over an end-to-end encrypted session so the app can read the connected address, request signatures, and send transactions — without ever touching the user’s keys.

Choose your path

Build a dApp

TON Connect allows connecting TON wallets to the frontend of web applications or Telegram Mini Apps. Start here: When something breaks, jump to Troubleshooting — error codes and manifest 404 / CORS — or the FAQ for design-choice questions.

Build a wallet

TON Connect does not provide an SDK for wallets. If you’re a wallet developer, take one of these approaches:

API reference

The dApp-facing packages live in the ton-connect/sdk monorepo:

Examples

Here you can find a working end-to-end example of an application using TON Connect: demo-dapp-with-react-ui (live).

See also