Ton SDK Integration Guide For Partners
1. Create the Manifest
2. Install the Ton Connect SDK
<TonConnectUIProvider
manifestUrl={MANIFEST_URL}
uiPreferences={{ theme: THEME.DARK }}
walletsListConfiguration={{
includeWallets: [
{
appName: "coin98-telegram-wallet-bot",
name: "Coin98 Telegram Bot",
imageUrl: "https://coin98.s3.ap-southeast-1.amazonaws.com/SocialLogo/ninetyeight.png",
aboutUrl: "https://docs.coin98.com",
bridgeUrl: "https://ton-bridge.coin98.tech/bridge",
platforms: ["ios", "android", "macos", "windows", "linux"],
universalLink: "https://t.me/Coin98_bot?attach=wallet"
}
]
}}
>
<div id=”app”>
//CODE APP HERE
{children}
</div>
</TonConnectUIProvider>3. Ton Connect Core Functions
3.1. Connect with a Specific Wallet
3.1.1. Set Coin98 Wallet as default
3.1.2. Do not set Coin98 Wallet as default
3.2. Sending Transactions
3.3. Wallet Disconnection
Reference
PreviousEthereum Coin98 Telegram Wallet SDK Bot Integration For Vanilla JavascriptNextCoin98 Super Wallet
Last updated