Usage
Guide to using the @tetherto/wdk-wallet-solana module.
The @tetherto/wdk-wallet-solana module provides wallet management for the Solana blockchain.
Getting Started
Install the package and create your first wallet.
Manage Accounts
Work with multiple accounts and custom derivation paths.
Check Balances
Query SOL and SPL token balances.
Send SOL
Send native SOL and estimate transaction fees.
Transfer SPL Tokens
Transfer SPL tokens and estimate fees.
Sign and Verify Messages
Sign messages and verify Ed25519 signatures.
Error Handling
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 Solana Wallet Configuration
Get started with WDK's Solana Wallet Configuration
WDK Solana Wallet API
Get started with WDK's Solana Wallet API