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

fixes #156 - fix mobile detection bug (packages/ui/src/app/styles/media.ts) - fix ios redirect to wallet bug (packages/ui/src/app/utils/url-strategy-helpers.ts)

- Currently TonConnect UI always initialises its custom web component "global styles" when `new TonconnectUI()` is called - Currently `defineStylesRoot` calls `customElements.define(globalStylesTag)` - `customElements.define()` can be called only once ->...

Was assumed, not described in the documentation

- added package for supporting angular applications, similar to the existing one for react - added a [demo angular application](https://github.com/daolama/demo-dapp-with-angular-ui) using the package

Latest API Docs Link was pointed to a 404 page I have updated ui-react readme file a working link

### Is your feature request related to a problem? It is not possible to repeatably to build TonConnect SDK packages. It misses many dependencies like `python` needed for `node-gyp` that...

enhancement

### Describe the bug Success Modal does not close. ![image](https://github.com/ton-connect/sdk/assets/14992140/247c32a8-6e40-491b-ba45-14cc85faa4a4) ### Expected behavior The success modal should either close automatically, or even better, provide an api to close the modal,...

bug

### Your Question I'm encountering an issue with Tact when receiving a message. For instance: message Add { queryId: Int as uint64; amount: Int as uint32; } I'm unsure how...

question

In the context of `Vite` development, how might you ensure `TonConnectUI` from `@tonconnect/ui` doesn't interfere with HMR? For instance, let's consider an application with `@tonconnect/ui` + `Solid.js` + `Vite`. We...

bug

### Describe the bug When using `@2.0.1` & `@2.0.2` release of Vanilla JS version . tonConnectUI.connected & tonConnectUI.state not working right . For example : ``` if(tonConnectUI.connected) { console.log("Disconnect for...

bug