Skip to content

sowbug/trhid

Repository files navigation

trhid

Proof-of-concept Chrome App for Trezor. Not affiliated with Trezor manufacturer. Install from Chrome Web Store.

Development requirements

  • Chrome 38 or later. If you're on dev channel you should be fine.
  • Some sort of POSIXy system that has make and zip installed.
  • Node.js's npm. On my OSX machine I satisfied this requirement with brew install node.
  • sudo npm install -g vulcanize

Build with make. Yes, it sucks that even web development these days needs a build step. To test the app, go to "Load unpacked extension..." in chrome://extensions and then pick the ./out/zip directory.

To generate the protobuf JS file:

  • ./bin/proto2js trezor-common/protob/messages.proto -class > messages_proto.js
  • TODO: make this part of the build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published