Install the Browser Extension

The WalletPair extension bridges any dApp to your wallet through the WalletPair protocol. It is not yet available on the Chrome Web Store — you'll need to install it manually from GitHub.

Option A: Download the Pre-built Release

  1. Download

    Go to the GitHub Releases page and download the latest walletpair-extension-chrome-mv3.zip.

  2. Unzip

    Extract the zip file to a folder you won't accidentally delete.

  3. Open Extensions Page

    Navigate to chrome://extensions in your browser and enable Developer mode using the toggle in the top-right corner.

  4. Load Unpacked

    Click Load unpacked and select the folder you extracted. The WalletPair extension icon should now appear in your toolbar.

Option B: Build from Source

If you prefer to build from source or want the latest development version:

bash
git clone https://github.com/atshelchin/walletpair.git
cd walletpair/walletpair-extension
pnpm install
pnpm build

After building, the extension will be in .output/chrome-mv3/. Load that folder as an unpacked extension following the same steps above (starting from step 3).

Updating

When a new version is released, download or build the latest version, then go to chrome://extensions and click the reload icon on the WalletPair card. Your settings will be preserved.

Next Steps