1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 04:19:09 +00:00
Go to file
Vladimir Volek 6be6f6c1d8 migrate ci
2019-08-20 14:51:43 +02:00
public update localization 2019-08-13 13:09:27 +02:00
scripts
server lint everything 2019-04-02 17:41:28 +02:00
src Merge pull request #594 from trezor/rename-ripple 2019-08-13 13:23:04 +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 fix hot loader for react hooks 2019-04-26 18:22:38 +02:00
.dockerignore
.eslintignore lint everything 2019-04-02 17:41:28 +02:00
.eslintrc
.flowconfig fix all the flow 2019-04-10 17:50:07 +02:00
.gitignore update .gitignore 2019-02-28 15:03:07 +01:00
.gitlab-ci.yml migrate ci 2019-08-20 14:51:43 +02:00
.prettierignore Merge pull request #487 from trezor/lint-everything 2019-04-02 17:45:00 +02:00
.prettierrc Added config 2019-03-04 12:15:22 +01:00
.stylelintrc Fix stylelint rule 2019-03-06 15:49:12 +01:00
babel.config.js lint everything 2019-04-02 17:41:28 +02:00
browserslist
CHANGELOG.md Update CHANGELOG.md 2019-08-13 13:34:07 +02:00
cypress.json
Dockerfile
Dockerfile.test
jest.config.js lint everything 2019-04-02 17:41:28 +02:00
jsconfig.json
l10n.config.json upgrade ttm 2019-04-25 11:32:27 +02:00
LICENSE.md
Makefile
package.json Bump webpack-bundle-analyzer from 3.0.3 to 3.3.2 2019-08-18 16:03:54 +00:00
README.md Update README.md 2019-03-28 17:53:46 +01:00
trezor-rocks.png move img to root folder to prevent image preloading 2019-03-19 13:33:52 +01:00
yarn.lock Bump webpack-bundle-analyzer from 3.0.3 to 3.3.2 2019-08-18 16:03:54 +00: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