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
- Download
Go to the GitHub Releases page and download the latest
walletpair-extension-chrome-mv3.zip. - Unzip
Extract the zip file to a folder you won't accidentally delete.
- Open Extensions Page
Navigate to
chrome://extensionsin your browser and enable Developer mode using the toggle in the top-right corner. - 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:
git clone https://github.com/atshelchin/walletpair.git
cd walletpair/walletpair-extension
pnpm install
pnpm buildAfter 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
- Getting Started — set up the SDK and connect your first dApp
- Playground — test the full flow in your browser