ton-connect / sdk

SDK for TON Connect 2.0 — a comprehensive communication protocol between wallets and apps in TON ecosystem
Apache License 2.0
287 stars 73 forks source link
connect javascript sdk ton ton-connect tonconnect tonkeeper typescript wallet

🚀 TON Connect

Welcome to the implementation of the TonConnect protocol! Before diving in, here's where to start:

📦 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.