sdk icon indicating copy to clipboard operation
sdk copied to clipboard

SDK for TON Connect 2.0 — a comprehensive communication protocol between wallets and apps in TON ecosystem

Results 102 sdk issues
Sort by recently updated
recently updated
newest added

### Describe the bug Hey guys, i got this error when using **@tonconnect/ui-react** with React. So strange but it's only happening on mobile browsers and Telegram MiniApp, works well on...

bug

### Describe the bug When I try to connect using on my mobile phone it works very good with all wallets - Tonkeeper, MyTonWallet, Wallet In Telegram etc. However, when...

bug

### Your Question My application is triggering tons of `TON_CONNECT_SDK_ERROR` errors with the message `Operation aborted`. However, those are all uncaught promise exceptions. How can I catch them to handle...

question

### Describe the bug ``` const payload = payId ? beginCell().storeUint(0, 32).storeStringTail(payId).endCell().toBoc().toString('base64') : void 0 const transaction = { validUntil: Math.floor(Date.now() / 1000) + 360, messages: [{ address: toAddress, amount:...

bug

### Describe the bug https://github.com/ton-connect/sdk/blob/71f287c7328b4892ff80647638dfe0386cd43d2d/packages/sdk/src/provider/injected/injected-provider.ts#L56 in this piece code, `Object.keys(window).filter(([_, value]) => {})` the value is always the 2nd letter of the key isn't it? For example the key is...

bug

### Your Question hey guys i use this, works for first view page in nuxt 3 but after page change and back to page get this error `Uncaught (in promise)...

question

### Describe the bug Follow the official docs to prepare jetton transfer transaction: https://docs.ton.org/develop/dapps/ton-connect/message-builders#jetton-transfer ``` // get user USDT wallet address from USDT Jetton Master const userUSDTAddress = await getUserJettonWalletAddress(walletAddress,...

bug

### Describe the bug I'm trying to import the `` component in two places on my website: in the header and at the end of the website. The point is...

bug

### Describe the bug Can't reconnect wallet normally after tonConnectUI.disconnect(); (Works great in 2.0.2, doesn't work in latest) ### Expected behavior The wallet connects the first time and transactions are...

bug

### Describe the bug Hello, I found a bug in TonConnectUI on Android specific in Telegram Mini App, when you connect a wallet through a telegram wallet, not through third-party...

bug