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 8316661011
Update README.md
5 years ago
public fix bengali flag, changed flag for en to UK 5 years ago
scripts echo build directory from docker-build 6 years ago
server Fix prod and beta local servers 6 years ago
src center coin item 5 years ago
test remove leftover 5 years ago
translations fix msgs 5 years ago
webpack apply file-loader to node_modules/trezor-ui-component 5 years ago
.dockerignore Added scripts for easy run and build 6 years ago
.eslintignore do not lint cache on whole folder 5 years ago
.eslintrc Fixed lint 5 years ago
.flowconfig ignore flow errors in react-select 5 years ago
.gitignore update .gitignore 5 years ago
.gitlab-ci.yml merge beta 5 years ago
.prettierignore Add prettier ignore 5 years ago
.prettierrc Added config 5 years ago
.stylelintrc Fix stylelint rule 5 years ago
CHANGELOG.md Update CHANGELOG.md 5 years ago
Dockerfile Fix docker deploy 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 remove unused packages 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 Tweak config 5 years ago
jsconfig.json Removed /js folder 6 years ago
l10n.config.json handle locale to filename mapping by TTM 5 years ago
package.json upgrade tuc 5 years ago
trezor-rocks.png move img to root folder to prevent image preloading 5 years ago
yarn.lock upgrade tuc 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