1
0
Çatalla 0
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Dosyaya git
slowbackspace 8e9d704e05
bump version
4 yıl önce
public Update appConfig.json 4 yıl önce
scripts echo build directory from docker-build 6 yıl önce
server lint everything 5 yıl önce
src update coin urls to production wallet 4 yıl önce
test lint everything 5 yıl önce
translations update localization 5 yıl önce
webpack fix hot loader for react hooks 5 yıl önce
.dockerignore Added scripts for easy run and build 6 yıl önce
.eslintignore lint everything 5 yıl önce
.eslintrc Fixed lint 5 yıl önce
.flowconfig update outdated flowtype npm declarations 4 yıl önce
.gitignore update .gitignore 5 yıl önce
.gitlab-ci.yml migrate ci 5 yıl önce
.prettierignore Merge pull request #487 from trezor/lint-everything 5 yıl önce
.prettierrc Added config 5 yıl önce
.stylelintrc Fix stylelint rule 5 yıl önce
CHANGELOG.md bump version 4 yıl önce
Dockerfile Separate production and test docker 5 yıl önce
Dockerfile.test Bump-up Node.js to 10.x LTS 4 yıl önce
LICENSE.md fix format in license 6 yıl önce
Makefile Makefile: added "sync-" prefix and default goal with usage description 6 yıl önce
README.md Update README.md 5 yıl önce
babel.config.js lint everything 5 yıl önce
browserslist Add error message for IE8 and lower 6 yıl önce
cypress.json Integration tests (#311) 5 yıl önce
jest.config.js lint everything 5 yıl önce
jsconfig.json Removed /js folder 6 yıl önce
l10n.config.json upgrade ttm 5 yıl önce
package.json bump version 4 yıl önce
trezor-rocks.png move img to root folder to prevent image preloading 5 yıl önce
yarn.lock Revert "update more deps" 4 yıl önce

README.md

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