TON Connect 2.0: guide for SDK
  • 👋Introducing TON Connect
  • 💼TON Connect for Business
  • 👨‍💻TON Connect for Developers
  • 🔐TON Connect for Security
  • TON Connect in Tonkeeper
  • TON Connect 2.0 vs 1.0
Powered by GitBook
On this page

TON Connect for Developers

TON Connect 2.0 step by step implementation.

PreviousTON Connect for BusinessNextTON Connect for Security

Last updated 2 years ago

Before you start implementing TON Connect in your application or service, we recommend to read the following documentation.

Development.

This is the implementation of the TON Connect. To find more details about TON Connect protocol see the dedicated . Also you can observe example of the TON Connect integration in the dapp on .

Repository contains three packages:

  • @tonconnect/ui

TON Connect SDK

Use it to connect your app to TON wallets via TON Connect protocol. You can find the full description in the link above.

TON Connect protocol models

This package contains protocol requests, responses and event models and encoding, decoding functions. You can use it to integrate TON Connect to your wallet app (written with TypeScript). If you want to integrate TON Connect to your dapp, you should use .

TON Connect UI

This package is work in progress right now. It will allow you to integrate TON Connect to your app easier using our UI elements such as "connect wallet button", "select wallet dialog" and confirmation modals.

Coming soon

In the near future, the standard TON Connect UI will be available to all developers, including:

  • modal wallet selection window;

  • connect button;

  • interfaces for connecting and signing transactions, etc.

This kit will simplify the implementation of TON Connect in your apps. Standard frontend frameworks will be supported, as well as applications implemented without frameworks

Basic example of an app functionality in the dapp browser:

Example of a backend part of the dapp above

Bridge server on Go:

For additional issues in the process of TON Connect 2.0 implementation, you should to contact with our team in the special chat:

If you have any issues or proposals, you can send it directly through appropriate .

👨‍💻
docs
Github
@tonconnect/sdk
@tonconnect/protocol
github link
npm link
github link
npm link
@tonconnect/sdk
github link
github link
github link
Telegram chat for the Developers
GitHub directory