Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 3.29 KB

README.md

File metadata and controls

67 lines (42 loc) · 3.29 KB

🚀 TON Connect by Tonkeeper

This is a Tonkeeper-maintained fork of the official TonConnect with additional features and improvements. While maintaining compatibility with the core TonConnect protocol.

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.