Skip to content

Latest commit

 

History

History
executable file
·
39 lines (26 loc) · 1.6 KB

README.md

File metadata and controls

executable file
·
39 lines (26 loc) · 1.6 KB

ClearCoin Browser Extension

Earn ClearCoin (XCLR) while you browse the web.

Click here to view/install the ClearCoin extension on the Chrome Web Store.

ClearCoin Support

If you're a user seeking support, email us at [email protected].

Building locally

  • 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]
  • Install dependencies: npm install
  • Install gulp globally with npm install -g gulp-cli.
  • Build the project to the ./dist/ folder with gulp build.
  • To package .zip files for distribution, run gulp zip, or run the full build & zip with gulp dist.

Uncompressed builds can be found in /dist, compressed builds can be found in /builds once they're built.

Development

npm install
npm start

Other Docs

Attribution

ClearCoin Browser Extension is built upon the proven security of MetaMask, and also borrows heavily from uBlock Origin.