Usage
Guide to using the @tetherto/wdk-wallet-ton-gasless module.
The @tetherto/wdk-wallet-ton-gasless module provides wallet management for the TON blockchain with gasless transaction support, where transfer fees are paid using a configured paymaster token instead of native TON.
Get Started
Install the package and create your first gasless wallet.
Manage Accounts
Work with multiple accounts and custom derivation paths.
Check Balances
Query native TON, Jetton, and paymaster token balances.
Send TON
Send native TON transactions.
Transfer Jetton Tokens
Transfer Jetton tokens gaslessly with paymaster fees.
Sign and Verify Messages
Sign messages and verify signatures.
Handle Errors
Handle errors, manage fees, and dispose of sensitive data.
Node.js Quickstart
Get started with WDK in a Node.js environment
React Native Quickstart
Build mobile wallets with React Native Expo
WDK TON Gasless Wallet Configuration
Get started with WDK's TON Gasless Wallet Configuration
WDK TON Gasless Wallet API
Get started with WDK's TON Gasless Wallet API