unstoppabledomains / trezor-wallet

:heart: The next generation of Trezor webwallet

Home Page:https://beta-wallet.trezor.io/next/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

Trezor Wallet

You can try this wallet live HERE

To install dependencies run npm install or yarn To start locally run npm run dev or yarn run dev To build the project run npm run build or yarn run build

trezor-connect

If you are implementing a new feature from 'trezor-connect' which is not deployed on npm yet follow these steps:

  1. Build trezor-connect npm module locally:
  • go to trezor-connect project
  • call yarn build:npm
  • cd npm
  1. Call yarn link to register this module
  2. go to trezor-wallet project
  3. Call yarn link trezor-connect to link registered module with trezor-wallet

Additionally you can publish trezor-connect to dev server (sisyfos.trezor.io/connect):

  1. go to trezor-connect project
  2. call make build-test

About

:heart: The next generation of Trezor webwallet

https://beta-wallet.trezor.io/next/

License:Other


Languages

Language:JavaScript 98.2%Language:CSS 1.1%Language:Shell 0.3%Language:HTML 0.2%Language:Makefile 0.1%Language:Dockerfile 0.0%