Installation

Prerequisites

!!!! fix url

Before 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.

Use the following command to install the walletconnect package:
npmbash
npm install @btc-vision/walletconnect

After installation, verify that your package.json file includes the dependency:

package.jsonjson
{
    "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.