1
0
Derivar 0
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Ir para o ficheiro
slowbackspace 8e9d704e05
bump version
há 4 anos
public Update appConfig.json há 4 anos
scripts echo build directory from docker-build há 6 anos
server lint everything há 5 anos
src update coin urls to production wallet há 4 anos
test lint everything há 5 anos
translations update localization há 5 anos
webpack fix hot loader for react hooks há 5 anos
.dockerignore Added scripts for easy run and build há 6 anos
.eslintignore lint everything há 5 anos
.eslintrc Fixed lint há 5 anos
.flowconfig update outdated flowtype npm declarations há 4 anos
.gitignore update .gitignore há 5 anos
.gitlab-ci.yml migrate ci há 5 anos
.prettierignore Merge pull request #487 from trezor/lint-everything há 5 anos
.prettierrc Added config há 5 anos
.stylelintrc Fix stylelint rule há 5 anos
CHANGELOG.md bump version há 4 anos
Dockerfile Separate production and test docker há 5 anos
Dockerfile.test Bump-up Node.js to 10.x LTS há 4 anos
LICENSE.md fix format in license há 6 anos
Makefile Makefile: added "sync-" prefix and default goal with usage description há 6 anos
README.md Update README.md há 5 anos
babel.config.js lint everything há 5 anos
browserslist Add error message for IE8 and lower há 6 anos
cypress.json Integration tests (#311) há 5 anos
jest.config.js lint everything há 5 anos
jsconfig.json Removed /js folder há 6 anos
l10n.config.json upgrade ttm há 5 anos
package.json bump version há 4 anos
trezor-rocks.png move img to root folder to prevent image preloading há 5 anos
yarn.lock Revert "update more deps" há 4 anos

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