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

fix method ```js export function tryGetWindowKeys(): string[] { const window = getWindow(); if (!window) { return []; } try { return Object.keys(window); } catch { return []; } } ```...

### Your Question ### **Issue: Wallet Connection Persists Across Multiple Telegram Accounts in a Mini App** #### **Description:** When switching between different Telegram accounts within a Mini App, the wallet...

question

### Describe the bug We are getting issues reported by our users, trying to use tonkeeper wallet to transfer 1TON transaction. It fails somewhere in the middle. We have Sentry...

bug

### Describe the bug When using tg mini app in tg-web(https://web.telegram.org/), I found that sometimes the extensions can be detected, but sometimes it cannot. ### Expected behavior the extensions are...

bug

### Describe the bug ![Screenshot_20240901_103601](https://github.com/user-attachments/assets/feb1cd12-a732-476b-b9da-685f0a227218) 4 wallet adress have same 24 seed phrases. My main wallet adress didnt work . I have 100$ on my balance. Help ### Expected behavior...

bug

چگونه می توانم حواله های رسیده به کیف پول خودم را دریافت کنم comment : comfirm verification token

Related issue: https://github.com/ton-connect/sdk/issues/247

### Your Question When I use @tonconnect/ui to link the wallet in the web mini app, why does it jump to the @wallet web mini app? Is there any way...

question

I have a problem with my application when implement @tonconnect/ui-react in nextjs + next-intl. Everything was fine until I changed the language and the connect wallet modal didn't show up...

question