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

### Is your feature request related to a problem? While using sendTransaction method, i am only getting boc of my request body in return whereas i would like access to...

enhancement

### Describe the bug I'm experiencing a problem with a @ton-connect/ui-react integration where upon using `sendTransaction` when connected to an external wallet (on my iPhone) sometimes the EventStream doesn't reflect...

bug

### Describe the bug ### Expected behavior I expect to be able to connect to ton keeper on telegram chrome ### Current behavior When i click to connect with ton...

bug

I can't implement TON CONNECT on my native android app... no lib available.

enhancement

### Is your feature request related to a problem? UI package weight is around 300 kB and also contains a lot of uncompressed styled-components string literals ![image](https://github.com/ton-connect/sdk/assets/57757211/f211bb4a-adc0-4768-a46c-9deedefcc5de) ![image](https://github.com/ton-connect/sdk/assets/57757211/6187c6b1-116a-4f55-a4e7-5b44c3b0e01b) ### Describe...

enhancement

### Your Question Getting **"SyntaxError: Unexpected token 'with'"** while building @tonconnect/[email protected] ### Context I am running this command 'npx nx run-many --target=build --all --parallel=1' to build all the projects as...

question

### Describe the bug Strange behaviour when the component is rendered twice. I've one main component which shows the `` if the user is not connected, and also one inside...

bug

https://github.com/ton-connect/sdk/blob/5f8d0e76b63cf52976489f5a274dfc23ae9eee8d/packages/sdk/src/models/wallet/wallet-info.ts#L110

### Describe the bug import { TonConnect} from '@tonconnect/sdk' const was =await TonConnect.getWallets(); this output only is {} ### Expected behavior default wallet list ### Current behavior {} ### Steps...

bug