Skip to content

semuxproject/semux-keeper-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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