Installation
Prerequisites
!!!! fix urlBefore installing WalletConnect, ensure your project is configured according to the Setting Up for React guide.
Installation
To integrate WalletConnect into your application, you must reference the @btc-vision/walletconnect package in your project dependencies. This package contains all the components needed by your application to support compatible wallets. To install it, use the npm package manager.
npm install @btc-vision/walletconnectAfter installation, verify that your package.json file includes the dependency:
{
"dependencies": {
"@btc-vision/walletconnect": "^1.9.10"
}
}Note: The version shown above is for illustration purposes only. The actual version installed may differ depending on the latest release available at the time of installation. Always refer to the package repository for the most recent version.