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 0627d28e07
update changelog
5 years ago
public Merge pull request #541 from trezor/feature/transactions 5 years ago
scripts
server lint everything 6 years ago
src
test lint everything 6 years ago
translations
webpack
.dockerignore
.eslintignore
.eslintrc
.flowconfig
.gitignore
.gitlab-ci.yml
.prettierignore
.prettierrc
.stylelintrc
CHANGELOG.md update changelog 5 years ago
Dockerfile Separate production and test docker 6 years ago
Dockerfile.test
LICENSE.md
Makefile Makefile: added "sync-" prefix and default goal with usage description 6 years ago
README.md
babel.config.js
browserslist
cypress.json
jest.config.js
jsconfig.json
l10n.config.json
package.json
trezor-rocks.png
yarn.lock

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