選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
ファイルへ移動
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