🚣Migrating from v2.x
Guide for migrating your existing project from use-wallet v2 to v3
Step 1: Update Package Installation
npm uninstall @txnlab/use-walletyarn remove @txnlab/use-walletpnpm remove @txnlab/use-walletnpm install @txnlab/use-wallet-reactyarn add @txnlab/use-wallet-reactpnpm add @txnlab/use-wallet-reactStep 2: Update Library Configuration
v2.x Configuration (Old)
v3.x Configuration (New)
Step 3: Update useWallet Hook Usage and Types
useWallet Hook Usage and TypesStep 4: Signing and Sending Transactions
Key Changes
Examples
Signing and Sending Transactions using Atomic Transaction Composer
Manually Signing and Sending Transactions
Resources
Technical Support
Last updated
