sdk
sdk copied to clipboard
SDK for TON Connect 2.0 — a comprehensive communication protocol between wallets and apps in TON ecosystem
🚀 TON Connect
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.
📦 Packages
The repository contains the following packages:
📘 TON Connect SDK
Use this package to connect your app to TON wallets via the TonConnect protocol. A full description can be found in the link above.
📗 TON Connect Protocol Models
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.
📙 TON Connect UI
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.
📕 TON Connect UI React
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.
🛠️ Development
Follow the instructions in DEVELOPERS.md to set up the development environment.