Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.1 KB

TREZOR Chrome extension

Chrome extension for TREZOR - an alternative to trezord and TREZOR NPAPI plug-in.

It works at a very low level, only resending messages from and to TREZOR device; it contains no logic about device state etc.

Extension is not yet available for public use, since it's not widely tested so far.

Checking out sources

git clone https://github.com/trezor/chrome-extension.git
cd chrome-extension
git submodule update --init

Building

npm install
npm run prepare
npm run build

Caveats

On Mac OS X, Windows and Chrome OS, isntalling extension should work without any root privileges. Unfortunately, on Linux, you have to put this file

https://raw.githubusercontent.com/trezor/trezor-common/master/udev/51-trezor-udev.rules

into /lib/udev/rules.d, as a root. Extension then however doesn't run with root privileges (naturally)

License

GPLv3

(C) 2015 SatoshiLabs, with some code from sowbug/trhid and throughnothing/chrome-trezor