romanovichim / dartTonconnect

Dart SDK for TON Connect 2.0
MIT License
13 stars 4 forks source link

Telegram Wallet connection #6

Open oranorr opened 2 months ago

oranorr commented 2 months ago

Hi there! How can I add Telegram Wallet as possible wallet to my mini app? For now I can add only Tonkeeper and Tonhub.

Thanks

perfilev-dev commented 2 months ago

@oranorr, try to use this:

final connector = TonConnect('<mainfest-url>', 
    walletsListSource: 'https://raw.githubusercontent.com/ton-blockchain/wallets-list/main/wallets-v2.json');