Welcome to the implementation of the TonConnect protocol! Before diving in, here's where to start:
-
Easily connect users to your Dapp and start blockchain interactions:
- TON Connect UI React: Seamlessly integrate wallet connection components into your React app.
- TON Connect UI: Quickly add wallet connection components to your Dapp.
-
For detailed information about the TonConnect protocol, visit the official documentation.
The repository contains the following packages:
Use this package to connect your app to TON wallets via the TonConnect protocol. A full description can be found in the link above.
This package contains protocol requests, responses, and event models, along with encoding and decoding functions. Use it to integrate TonConnect into your wallet app (written with TypeScript). For integrating TonConnect into your dApp, use @tonconnect/sdk.
TonConnect UI is a UI kit for TonConnect SDK. Use it to connect your app to TON wallets via the TonConnect protocol. It simplifies integration using UI elements like the "connect wallet button," "select wallet dialog," and confirmation modals.
TonConnect UI React is a React UI kit for TonConnect SDK. Use it to connect your app to TON wallets via the TonConnect protocol in React apps.
Follow the instructions in DEVELOPERS.md to set up the development environment.