1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 04:19:09 +00:00
Go to file
dependabot[bot] b17f994735
Bump js-yaml from 3.12.0 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-21 11:19:26 +00:00
public
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
translations
webpack fix hot loader for react hooks 2019-04-26 18:22:38 +02:00
.dockerignore
.eslintignore
.eslintrc Fixed lint 2019-03-06 16:44:47 +01:00
.flowconfig
.gitignore
.gitlab-ci.yml
.prettierignore
.prettierrc
.stylelintrc
babel.config.js
browserslist Add error message for IE8 and lower 2018-09-21 16:54:02 +02:00
CHANGELOG.md
cypress.json
Dockerfile
Dockerfile.test
jest.config.js
jsconfig.json
l10n.config.json
LICENSE.md
Makefile
package.json update stylelint 2019-08-21 13:17:56 +02: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 js-yaml from 3.12.0 to 3.13.1 2019-08-21 11:19:26 +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