-
### Summary
Flutter framework can be used for the creation Telegram MiniApps. It looks good and smooth, the only problem is monetization. Currently, there is no out-of-the-box solution for crypto …
-
### Describe the bug
Whenever I connect tonkeeper to my site using tonconnect-ui, I get a strange message in the console saying there was a decryption error.
![image](https://github.com/user-attac…
-
### Describe the bug
Hi. I’m making app with TON Ceonnect integration and during sending a transaction from Tonkeeper mobile there is a bug:
It’s sending bouncing transaction so TON is going back to…
-
Hello author, first of all, thank you for your project, which is the simplest and easy to use ton package I have seen, but I have a doubt, that is, I want to get the transaction hash or boc when sendT…
-
Hi, I've connected the ton client `import { TonClient } from '@ton/ton';`, but I'm getting an error every time when I'm communicating with a contract, is it a known issue?
my dependencies:
```
…
-
### Describe the bug
I have a telegram mini app that opens a tonconnect application. Whenever I connect my wallet through the regular browser (Firefox) using the Tonkeeper wallet, Tonkeeper immediate…
-
### Describe the bug
I just created a `preact` project and used the `@tonconnect/ui-react`:
```TSX
import { TonConnectButton, TonConnectUIProvider } from '@tonconnect/ui-react'
export default …
-
### Describe the bug
import { TonConnect} from '@tonconnect/sdk'
const was =await TonConnect.getWallets();
this output only is {}
### Expected behavior
default wallet list
### Current…
-
### Describe the bug
I Set the the code as Documentation the app is working good the Payments and transactions are also working great. but when i inspect the app i figure out This Error Continuously…
-
### How to set the transaction
how to have a button that can send a message to the contract and trigger the "Mint " message for minting an NFT from the frontend, i already got the TonConnectButton…