Upgrade from Web3Wallet to WalletKit for .NET
Upgrade to Reown WalletKit
This document outlines the steps to migrate from the old WalletConnect.Web3Wallet
package to the new Reown.WalletKit
package in your .NET project.
Step 1. Replace the corresponding dependency in your project file
Alternatively, you can use the .NET CLI:
Step 2. Update references to the namespaces
Step 3. Update references to the classes
Final notes
- Ensure that you have updated all relevant configurations and imports in your project to reflect the changes from Web3Wallet to WalletKit.
- Test your application thoroughly to ensure that the migration has been successful and that all functionality is working as expected.