1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 04:19:09 +00:00
Go to file
Vladimir Volek c5f77b9f70
Merge pull request #593 from brianddk/long-msg-sign
Expand allowable message size for SignVerify to be 1024
2019-08-13 12:21:32 +02:00
public Merge pull request #541 from trezor/feature/transactions 2019-05-22 15:05:25 +02:00
scripts
server
src Expand allowable message size for SignVerify to be 1024 which matches FW limits 2019-08-12 13:38:28 -05:00
test
translations update locales 2019-05-13 15:11:56 +02:00
webpack fix hot loader for react hooks 2019-04-26 18:22:38 +02:00
.dockerignore
.eslintignore
.eslintrc
.flowconfig fix all the flow 2019-04-10 17:50:07 +02:00
.gitignore
.gitlab-ci.yml put back empty before script 2019-04-25 16:30:57 +02:00
.prettierignore
.prettierrc
.stylelintrc
babel.config.js
browserslist
CHANGELOG.md update changelog 2019-07-26 13:00:37 +02:00
cypress.json
Dockerfile
Dockerfile.test
jest.config.js
jsconfig.json
l10n.config.json upgrade ttm 2019-04-25 11:32:27 +02:00
LICENSE.md
Makefile
package.json fix routing issue 2019-05-23 14:17:12 +02:00
README.md
trezor-rocks.png
yarn.lock fix routing issue 2019-05-23 14:17:12 +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