Wallet TON Gasless Overview
Overview of the @tetherto/wdk-wallet-ton-gasless module
A simple and secure package to manage gasless transactions on the TON blockchain. This package provides a clean API for creating, managing, and interacting with TON wallets using BIP-39 seed phrases and TON-specific derivation paths, with support for gasless transactions through a paymaster system.
Features
- BIP-39 Seed Phrase Support: Generate and validate BIP-39 mnemonic seed phrases
- TON Derivation Paths: Support for BIP-44 standard derivation paths for TON (m/44'/607')
- Multi-Account Management: Create and manage multiple accounts from a single seed phrase
- TON Address Support: Generate and manage TON addresses using V5R1 wallet contracts
- Message Signing: Sign and verify messages using TON cryptography
- Gasless Transactions: Execute transactions without requiring TON for gas fees
- Paymaster Integration: Built-in support for paymaster-based fee delegation
- Jetton Support: Query native TON and Jetton token balances
- TypeScript Support: Full TypeScript definitions included
- Memory Safety: Secure private key management with automatic memory cleanup using sodium-universal
- Provider Flexibility: Support for both TON Center and TON API endpoints
Supported Networks
This package works with the TON blockchain (The Open Network), including:
- TON Mainnet
- TON Testnet
Next Steps
Node.js Quickstart
Get started with WDK in a Node.js environment
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
WDK TON Gasless Wallet Usage
Get started with WDK's with TON Gasless Wallet usage