-
### Bug Type
Functional
### Reproduction steps
I'm using @tonconnect/ui-react to send a transaction.
![Screenshot 2024-11-14 at 15 04 40](https://github.com/user-attachments/assets/08f54369-4238-4…
-
Reproduce:
$ python3 examples/address.py
Universal connect url for Tonkeeper: https://app.tonkeeper.com/ton-connect?v=2&id=ab3bcb764ac889725c15cb65f95ba0665f2bdf8bb2852f3d74f1413803364822&r=%7B%22ma…
-
`` in Vue 3 generates invalid HTML attribute:
```html
```
This is probably caused by this:
https://github.com/TownSquareXYZ/tonconnect-ui-vue/blob/ee614c6b09efb3a9ef200887882a88de32a30…
-
### 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 …
-
`@townsquarelabs/ui-vue` lists `@vue/composition-api` as a peer dependency:
https://github.com/TownSquareXYZ/tonconnect-ui-vue/blob/ee614c6b09efb3a9ef200887882a88de32a300d6/package.json#L61
Ther…
-
I'm trying to integrate a fee transfer to a separate wallet within the sendTransaction function using TON Connect SDK. I’ve attempted to append a fee transfer message to the messages array before send…
-
### 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 I try to connect on desktop…
-
### 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 logging enabled and…
-
`import { useTonConnectUI } from '@tonconnect/ui-react';
import { Sender, SenderArguments } from '@ton/core';
export function useTonConnect(): { sender: Sender; connected: boolean } {
const [to…
-
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 anymore, ev…