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 711779d622
Merge pull request #522 from trezor/fix/centered-dashboard-heading
6 years ago
public merge 6 years ago
scripts
server
src center dashboard heading 6 years ago
test
translations
webpack
.dockerignore
.eslintignore
.eslintrc
.flowconfig fix all the flow 6 years ago
.gitignore
.gitlab-ci.yml turn off integration test for now 6 years ago
.prettierignore
.prettierrc
.stylelintrc
CHANGELOG.md removed connect from changelog 6 years ago
Dockerfile
Dockerfile.test
LICENSE.md
Makefile
README.md
babel.config.js
browserslist
cypress.json
jest.config.js
jsconfig.json
l10n.config.json change zh-TW lang code to match locale data from react-intl 6 years ago
package.json upgrade tuc 6 years ago
trezor-rocks.png
yarn.lock upgrade tuc 6 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