Earn ClearCoin (XCLR) while you browse the web.
Click here to view/install the ClearCoin extension on the Chrome Web Store.
If you're a user seeking support, email us at [email protected].
- Install Node.js version 8.11.3 and npm version 6.1.0
- If you are using nvm (recommended) running
nvm use
will automatically choose the right node version for you. - Select npm 6.1.0:
npm install -g [email protected]
- If you are using nvm (recommended) running
- Install dependencies:
npm install
- Install gulp globally with
npm install -g gulp-cli
. - Build the project to the
./dist/
folder withgulp build
. - To package .zip files for distribution, run
gulp zip
, or run the full build & zip withgulp dist
.
Uncompressed builds can be found in /dist
, compressed builds can be found in /builds
once they're built.
npm install
npm start
- How to add custom build to Chrome
- How to add a new translation to ClearCoin
- How to live reload on local dependency changes
- How to manage notices that appear when the app starts up
ClearCoin Browser Extension is built upon the proven security of MetaMask, and also borrows heavily from uBlock Origin.