Network
The browser wallet currently targets the public testnet path and should be used with a reachable Chipcoin node API endpoint.
Browser Wallet
This wallet targets Chipcoin testnet and is delivered as a browser extension package. Download the ZIP for your browser, unzip it locally, then follow the browser-specific loading steps below.
The browser wallet currently targets the public testnet path and should be used with a reachable Chipcoin node API endpoint.
Separate packages are available for Chrome and Firefox because each browser uses a different extension manifest shape.
The download is a ZIP package. Unzip it first, then load the extracted folder or manifest into the browser.
Download
Both packages contain the same wallet app, but each one includes the correct manifest for its browser.
Use this package for Chrome or Chromium-based browsers when you want to load the extension in developer mode.
Use this package for Firefox when testing the extension through `about:debugging` as a temporary add-on.
If you prefer to inspect or rebuild the wallet from source, use the public Chipcoin repository.
Chrome
Chrome does not install this ZIP directly. You must unzip it first, then load the extracted extension folder.
Firefox
Firefox can load the extracted package from `about:debugging`, but temporary add-ons are removed when Firefox restarts.
First Run
After installation, open the extension and follow onboarding. The wallet supports create, recover, and private-key import flows.
Generates a local recovery phrase, asks you to acknowledge backup, and stores the encrypted wallet inside extension storage.
Restores the same wallet deterministically from the saved recovery phrase and lets you set a new password.
Provides a fallback path for advanced users who want to initialize the wallet from an existing private key.
Node Setup
The wallet verifies node health and network status before saving a new endpoint. The default public fallback in the wallet app is `https://api.chipcoinprotocol.com`.
Safety
The wallet stores secrets in browser extension local storage only, encrypted with the password you set during onboarding.
If you create a seed-based wallet, write down the recovery phrase and keep it offline before you depend on the wallet.
Private keys and recovery phrases are exposed only after explicit user confirmation. Reveal them only when you actually need them.
`Remove wallet` clears the encrypted wallet, active session, submitted transaction cache, and the local wallet snapshot.
Need help?
If you run into endpoint issues or onboarding friction, use the contact form and include the browser version, extension package, and the node URL you tried.