1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-04-15 23:06:11 +00:00
Go to file
2020-03-30 20:44:17 +02:00
public update Blockchain and Discovery using trezor-connect@8 2020-03-30 20:44:17 +02:00
scripts echo build directory from docker-build 2018-10-24 23:35:48 +02:00
server lint everything 2019-04-02 17:41:28 +02:00
src update Blockchain and Discovery using trezor-connect@8 2020-03-30 20:44:17 +02:00
test lint everything 2019-04-02 17:41:28 +02:00
translations update localization 2019-08-13 13:09:27 +02:00
webpack
.dockerignore
.eslintignore
.eslintrc
.flowconfig update outdated flowtype npm declarations 2020-03-30 15:27:01 +02:00
.gitignore
.gitlab-ci.yml migrate ci 2019-08-20 14:51:43 +02:00
.prettierignore
.prettierrc
.stylelintrc
babel.config.js
browserslist
CHANGELOG.md Update CHANGELOG.md 2020-01-04 18:40:06 +01:00
cypress.json Integration tests (#311) 2019-02-05 14:26:40 +01:00
Dockerfile
Dockerfile.test Bump-up Node.js to 10.x LTS 2020-02-22 10:19:30 +01:00
jest.config.js
jsconfig.json
l10n.config.json upgrade ttm 2019-04-25 11:32:27 +02:00
LICENSE.md fix format in license 2018-09-13 16:40:16 +02:00
Makefile
package.json bump version add changelog 2019-11-04 14:19:06 +01:00
README.md Update README.md 2019-03-28 17:53:46 +01:00
trezor-rocks.png
yarn.lock Merge pull request #598 from trezor/dependabot/npm_and_yarn/lodash.merge-4.6.2 2020-02-22 13:27:50 +01: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