Wallet EVM ERC-4337 Usage
Guide to using the @tetherto/wdk-wallet-evm-erc-4337 module.
Usage
The @tetherto/wdk-wallet-evm-erc-4337 module provides account abstraction wallet management for EVM-compatible blockchains using the ERC-4337 standard.
Get Started
Install the package and create your first smart account.
Manage Accounts
Work with multiple smart accounts and custom derivation paths.
Check Balances
Query native, ERC-20, and paymaster token balances.
Send Transactions
Send gasless transactions and estimate fees.
Transfer Tokens
Transfer ERC-20 tokens with gasless transactions.
Sign and Verify Messages
Sign messages and EIP-712 typed data.
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 EVM ERC-4337 Wallet Configuration
Get started with WDK's EVM ERC-4337 Wallet Configuration
WDK EVM ERC-4337 Wallet API
Get started with WDK's EVM ERC-4337 Wallet API