Skip to content

everesthack-incubator/charon

 
 

Repository files navigation

Charon

Browser extension for Decentr

  • Supports by Chromium browser v58 and above;
  • Browser extension interacts with Blockchain by Decentr.js library;
  • Password of the local user is encrypted by SHA-256;

Preparation to run

  1. Install NodeJS.
  2. Make a clone of Charon repository.
  3. Install npm dependencies:
    npm i

Run

Chromium

  1. Run watch:
    npm run watch
  2. Enable Chrome Extensions Developer Mode in Chrome.
  3. In Settings > Extensions click "Load unpacked extension" and select the dist/ subfolder of this repository.

Build (production)

  1. Run build PROD:
    npm run build:prod
  2. In root folder you will get zipped extension build.

Follow us!

Your data is value. Decentr makes your data payable and tradeable online.

About

Decentr browser extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.3%
  • HTML 4.9%
  • SCSS 4.6%
  • Other 0.2%