📄️ How TON Connect works
TON Connect is a communication protocol between wallets and apps in TON.
📄️ Creating the TON Connect manifest for DApp
Manifest definition
🗃️ Install TON Connect
3 items
📄️ Sending messages
After authenticating users with the optional ton_proof verification, TON Connect also allows sending outgoing messages via connected wallets.
📄️ Transaction Lookup Using External Message from TON Connect
This article describes how to find a transaction associated with an external-in message in the TON Blockchain. The process includes message normalization, searching for the transaction by message hash, and waiting for transaction confirmation.
📄️ Verifying signed-in users on the backend
This page describes a method for the backend to ensure that the user truly owns the declared address.