ton-connect / sdk

SDK for TON Connect 2.0 — a comprehensive communication protocol between wallets and apps in TON ecosystem
Apache License 2.0
330 stars 98 forks source link

sendTransaction return {"message":"OK","statusCode":200} always #8

Closed dmitrydrynov closed 1 year ago

dmitrydrynov commented 1 year ago

When I try send a transaction with sendTransaction(tx) I have the response {"message":"OK","statusCode":200} . but nothing happens (tonkeeper wallet doesn't show anything, ton explorer doesn't show any changes)

siandreev commented 1 year ago

@dmitrydrynov thanks for your question. HTTP response {"message":"OK","statusCode":200} means that the request was successfully received by wallet's bridge. When user accepts or declines the request, the bridge will send a SSE message to the dApp. You can find more details about TonConnect workflow in the protocol specification.

dmitrydrynov commented 1 year ago

I see. The tonkeeper does not show any message for accepts or declines the request In testnet (only in mainnet)