Get Start
How to use it
Getting Started
Install the SDK: Install either the HD Wallet SDK or the Cloud Storage Wallet SDK, depending on your use case.
Generate Keypairs: Use the HD Wallet SDK to generate multichain keypairs or the Cloud Storage Wallet SDK for fully non-custodial wallet management.
Build dApps: Use the SDK’s simple API to integrate wallet functionality into your Telegram webapps, allowing users to manage crypto assets seamlessly across multiple chains.
How to use it ?
Install the package
pnpm i @tonsprotocol/telegram-cloudstorage-wallet
Now try use it in your font-end
import CloudStorageWallet from "@tonsprotocol/telegram-cloudstorage-wallet"
await CloudStorageWallet.init("mywallet")
Last updated