Skip to content

myTREZOR: A simple webwallet using TREZOR as a private key storage

License

Notifications You must be signed in to change notification settings

cryptosig/webwallet

 
 

Repository files navigation

Bitcoin web wallet with Trezor support

Bitcoin web wallet using Bitcoin Trezor as a private key storage.

Usage

Application expects a signed Trezor configuration file at /data/plugin/config_signed.bin. You can change the url at app/scripts/app.js.

Also copy app/scripts/config.sample.js to app/scripts/config.js and adjust to your needs (i.e. point backend URIs to your own server).

Installation

sudo npm install -g grunt-cli bower
git clone [email protected]:trezor/webwallet.git
cd webwallet
git submodule update --recursive --init
bower install
npm install

# for production use
grunt build
cp -r app/data dist/data

# for development use
cd app
python -m SimpleHTTPServer

About

myTREZOR: A simple webwallet using TREZOR as a private key storage

Resources

License

Stars

Watchers

Forks

Packages

No packages published