You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Vladimir Volek 0954201600
Update CHANGELOG.md
4 years ago
public change etc explorer to blockbook 4 years ago
scripts echo build directory from docker-build 6 years ago
server lint everything 5 years ago
src fix XRP account update reserve to decimals 4 years ago
test lint everything 5 years ago
translations update localization 5 years ago
webpack fix hot loader for react hooks 5 years ago
.dockerignore Added scripts for easy run and build 6 years ago
.eslintignore lint everything 5 years ago
.eslintrc Fixed lint 5 years ago
.flowconfig fix all the flow 5 years ago
.gitignore update .gitignore 5 years ago
.gitlab-ci.yml migrate ci 5 years ago
.prettierignore Merge pull request #487 from trezor/lint-everything 5 years ago
.prettierrc Added config 5 years ago
.stylelintrc Fix stylelint rule 5 years ago
CHANGELOG.md Update CHANGELOG.md 4 years ago
Dockerfile Separate production and test docker 5 years ago
Dockerfile.test Separate production and test docker 5 years ago
LICENSE.md fix format in license 6 years ago
Makefile Makefile: added "sync-" prefix and default goal with usage description 6 years ago
README.md Update README.md 5 years ago
babel.config.js lint everything 5 years ago
browserslist Add error message for IE8 and lower 6 years ago
cypress.json Integration tests (#311) 5 years ago
jest.config.js lint everything 5 years ago
jsconfig.json Removed /js folder 6 years ago
l10n.config.json upgrade ttm 5 years ago
package.json bump version add changelog 4 years ago
trezor-rocks.png move img to root folder to prevent image preloading 5 years ago
yarn.lock upgrade web3 version 5 years ago

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