Usage
Guide to using the @tetherto/wdk-wallet-evm module.
The @tetherto/wdk-wallet-evm module provides wallet management for Ethereum and EVM-compatible blockchains.
Getting Started
Install the package and create your first wallet.
Manage Accounts
Work with multiple accounts and custom derivation paths.
Check Balances
Query native and ERC-20 token balances.
Send Transactions
Send native tokens with EIP-1559 or legacy gas settings.
Transfer ERC-20 Tokens
Transfer ERC-20 tokens and estimate fees.
Sign and Verify Messages
Sign messages and verify 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 EVM Wallet Configuration
Get started with WDK's EVM Wallet Configuration
WDK EVM Wallet API
Get started with WDK's EVM Wallet API