📄️ TON Connect的工作原理
TON Connect是TON中钱包和应用之间的通信协议。
📄️ 创建 manifest.json
每个应用都需要有它的 manifest 文件,用以向钱包传递元信息。Manifest 是一个名为 tonconnect-manifest.json 的 JSON 文件,遵循以下格式:
🗃️ Install TON Connect
3 items
📄️ 发送消息
TON Connect 2.0 不仅仅提供了在 dApp 中认证用户的强大选项:它还可以通过已连接的钱包发送外部消息!
📄️ 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.
📄️ 签名与验证
本页描述了一种让后台确保用户真正拥有所声明地址的方法。