1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Datei suchen
slowbackspace 8e9d704e05
bump version
vor 4 Jahren
public Update appConfig.json vor 4 Jahren
scripts echo build directory from docker-build vor 6 Jahren
server lint everything vor 5 Jahren
src update coin urls to production wallet vor 4 Jahren
test lint everything vor 5 Jahren
translations update localization vor 5 Jahren
webpack fix hot loader for react hooks vor 5 Jahren
.dockerignore Added scripts for easy run and build vor 6 Jahren
.eslintignore lint everything vor 5 Jahren
.eslintrc Fixed lint vor 5 Jahren
.flowconfig update outdated flowtype npm declarations vor 4 Jahren
.gitignore update .gitignore vor 5 Jahren
.gitlab-ci.yml migrate ci vor 5 Jahren
.prettierignore Merge pull request #487 from trezor/lint-everything vor 5 Jahren
.prettierrc Added config vor 5 Jahren
.stylelintrc Fix stylelint rule vor 5 Jahren
CHANGELOG.md bump version vor 4 Jahren
Dockerfile Separate production and test docker vor 5 Jahren
Dockerfile.test Bump-up Node.js to 10.x LTS vor 4 Jahren
LICENSE.md fix format in license vor 6 Jahren
Makefile Makefile: added "sync-" prefix and default goal with usage description vor 6 Jahren
README.md Update README.md vor 5 Jahren
babel.config.js lint everything vor 5 Jahren
browserslist Add error message for IE8 and lower vor 6 Jahren
cypress.json Integration tests (#311) vor 5 Jahren
jest.config.js lint everything vor 5 Jahren
jsconfig.json Removed /js folder vor 6 Jahren
l10n.config.json upgrade ttm vor 5 Jahren
package.json bump version vor 4 Jahren
trezor-rocks.png move img to root folder to prevent image preloading vor 5 Jahren
yarn.lock Revert "update more deps" vor 4 Jahren

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