Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 816 Bytes

TONCONNECT.md

File metadata and controls

15 lines (8 loc) · 816 Bytes

Ton Connect

Ton connect core functionality is based on what is already published as darttonconnect.

This implementation will follow a new direction from now on and it is going to be developed as a part of ton package.

Ton Connect 2.0

TON Connect 2.0 is a communication protocol between wallets and apps in TON. Using TonConnect allows you to create authorization for applications, as well as send transactions within applications, confirming them using wallets integrated with TonConnect.

Overview in the TON documentation, a simple example of using TON Connect.

This SDK for Dart will allow you to use Ton Connect for cross-platform applications on Flutter.

TonConnect UI