Choose the right TON Connect package for your project
mainDepending on your application type, choose one of the following packages to integrate TON wallet connectivity:
- For Dapps (General): Use
@tonconnect/sdkto connect your app to TON wallets via the TonConnect protocol. - For Dapps (UI-based): Use
@tonconnect/uior@tonconnect/ui-reactto quickly add pre-built UI elements like 'connect wallet' buttons and selection dialogs. - For Wallet Apps: Use
@tonconnect/protocolto access protocol requests, responses, event models, and encoding/decoding functions required to implement the protocol within a wallet.