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
slowbackspace 8e9d704e05
bump version
преди 4 години
public Update appConfig.json преди 4 години
scripts echo build directory from docker-build преди 6 години
server lint everything преди 5 години
src update coin urls to production wallet преди 4 години
test lint everything преди 5 години
translations update localization преди 5 години
webpack fix hot loader for react hooks преди 5 години
.dockerignore Added scripts for easy run and build преди 6 години
.eslintignore lint everything преди 5 години
.eslintrc Fixed lint преди 5 години
.flowconfig update outdated flowtype npm declarations преди 4 години
.gitignore update .gitignore преди 5 години
.gitlab-ci.yml migrate ci преди 5 години
.prettierignore Merge pull request #487 from trezor/lint-everything преди 5 години
.prettierrc Added config преди 5 години
.stylelintrc Fix stylelint rule преди 5 години
CHANGELOG.md bump version преди 4 години
Dockerfile Separate production and test docker преди 5 години
Dockerfile.test Bump-up Node.js to 10.x LTS преди 4 години
LICENSE.md fix format in license преди 6 години
Makefile Makefile: added "sync-" prefix and default goal with usage description преди 6 години
README.md Update README.md преди 5 години
babel.config.js lint everything преди 5 години
browserslist Add error message for IE8 and lower преди 6 години
cypress.json Integration tests (#311) преди 5 години
jest.config.js lint everything преди 5 години
jsconfig.json Removed /js folder преди 6 години
l10n.config.json upgrade ttm преди 5 години
package.json bump version преди 4 години
trezor-rocks.png move img to root folder to prevent image preloading преди 5 години
yarn.lock Revert "update more deps" преди 4 години

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