Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Go to file
slowbackspace 8e9d704e05
bump version
il y a 4 ans
public Update appConfig.json il y a 4 ans
scripts echo build directory from docker-build il y a 6 ans
server lint everything il y a 5 ans
src update coin urls to production wallet il y a 4 ans
test lint everything il y a 5 ans
translations update localization il y a 5 ans
webpack fix hot loader for react hooks il y a 5 ans
.dockerignore Added scripts for easy run and build il y a 6 ans
.eslintignore lint everything il y a 5 ans
.eslintrc Fixed lint il y a 5 ans
.flowconfig update outdated flowtype npm declarations il y a 4 ans
.gitignore update .gitignore il y a 5 ans
.gitlab-ci.yml migrate ci il y a 5 ans
.prettierignore Merge pull request #487 from trezor/lint-everything il y a 5 ans
.prettierrc Added config il y a 5 ans
.stylelintrc Fix stylelint rule il y a 5 ans
CHANGELOG.md bump version il y a 4 ans
Dockerfile Separate production and test docker il y a 5 ans
Dockerfile.test Bump-up Node.js to 10.x LTS il y a 4 ans
LICENSE.md fix format in license il y a 6 ans
Makefile Makefile: added "sync-" prefix and default goal with usage description il y a 6 ans
README.md Update README.md il y a 5 ans
babel.config.js lint everything il y a 5 ans
browserslist Add error message for IE8 and lower il y a 6 ans
cypress.json Integration tests (#311) il y a 5 ans
jest.config.js lint everything il y a 5 ans
jsconfig.json Removed /js folder il y a 6 ans
l10n.config.json upgrade ttm il y a 5 ans
package.json bump version il y a 4 ans
trezor-rocks.png move img to root folder to prevent image preloading il y a 5 ans
yarn.lock Revert "update more deps" il y a 4 ans

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