/semux-keeper-extension

Semux Keeper browser extension allows users to interact with Semux blockchain and dapps.

Primary LanguageJavaScript

WIP: Semux Keeper Browser Extension

Build Status

Semux Keeper is an extension that allows users to securely interact with Semux-enabled web services from the browser.

Private keys are encrypted and stored within the extension and cannot be accessed by online dApps and services, making sure that users' funds are protected from malicious websites.

Build and run

  1. Install dependencies via npm and bundle them with browserify
cd semux-keeper-extension
npm install
./node_modules/.bin/browserify js/semuxCalls.js -o js/bundle.js
  1. In Chrome go to Settings -> Extensions (chrome://extensions/)
  2. Enable Developer mode
  3. Click "Load unpacked" and select project folder