1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-01 08:52:24 +00:00
Go to file
2019-04-22 13:43:44 +02:00
public merge 2019-04-12 15:11:23 +02:00
scripts
server
src fix validation 2019-04-22 13:43:44 +02:00
test
translations
webpack
.dockerignore
.eslintignore
.eslintrc
.flowconfig fix all the flow 2019-04-10 17:50:07 +02:00
.gitignore
.gitlab-ci.yml turn off integration test for now 2019-04-12 15:30:21 +02:00
.prettierignore Merge pull request #487 from trezor/lint-everything 2019-04-02 17:45:00 +02:00
.prettierrc
.stylelintrc
babel.config.js
browserslist
CHANGELOG.md update changelog 2019-04-17 12:21:33 +02:00
cypress.json
Dockerfile
Dockerfile.test
jest.config.js
jsconfig.json
l10n.config.json change zh-TW lang code to match locale data from react-intl 2019-04-08 18:50:40 +02:00
LICENSE.md
Makefile
package.json upgrade tuc 2019-04-16 16:24:30 +02:00
README.md
trezor-rocks.png
yarn.lock upgrade tuc 2019-04-16 16:24:30 +02:00

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