No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Ir al archivo
slowbackspace 8e9d704e05
bump version
hace 4 años
public Update appConfig.json hace 4 años
scripts echo build directory from docker-build hace 6 años
server lint everything hace 5 años
src update coin urls to production wallet hace 4 años
test lint everything hace 5 años
translations update localization hace 5 años
webpack fix hot loader for react hooks hace 5 años
.dockerignore Added scripts for easy run and build hace 6 años
.eslintignore lint everything hace 5 años
.eslintrc Fixed lint hace 5 años
.flowconfig update outdated flowtype npm declarations hace 4 años
.gitignore update .gitignore hace 5 años
.gitlab-ci.yml migrate ci hace 5 años
.prettierignore Merge pull request #487 from trezor/lint-everything hace 5 años
.prettierrc Added config hace 5 años
.stylelintrc Fix stylelint rule hace 5 años
CHANGELOG.md bump version hace 4 años
Dockerfile Separate production and test docker hace 5 años
Dockerfile.test Bump-up Node.js to 10.x LTS hace 4 años
LICENSE.md fix format in license hace 6 años
Makefile Makefile: added "sync-" prefix and default goal with usage description hace 6 años
README.md Update README.md hace 5 años
babel.config.js lint everything hace 5 años
browserslist Add error message for IE8 and lower hace 6 años
cypress.json Integration tests (#311) hace 5 años
jest.config.js lint everything hace 5 años
jsconfig.json Removed /js folder hace 6 años
l10n.config.json upgrade ttm hace 5 años
package.json bump version hace 4 años
trezor-rocks.png move img to root folder to prevent image preloading hace 5 años
yarn.lock Revert "update more deps" hace 4 años

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