1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00
Go to file
2018-03-29 11:31:45 +02:00
src device select with webusb button 2018-03-29 11:31:45 +02:00
webpack LandingPage + webusb buttons 2018-03-27 17:12:58 +02:00
.babelrc
.flowconfig bordel 2 2018-02-20 10:30:36 +01:00
.gitignore bordel 2 2018-02-20 10:30:36 +01:00
browserslist
build.sh bordel 2 2018-02-20 10:30:36 +01:00
package.json LandingPage + webusb buttons 2018-03-27 17:12:58 +02:00
README.md
yarn.lock bundle 2018-03-08 17:10:53 +01:00

TrezorConnect boilerplate with React

Firstly change your path to TrezorConnect project inside ./webpack/constants.js Put your path into TREZOR_CONNECT_ROOT field

Then:

npm install / yarn

If you want to compile project with TrezorConnect version with popup call:

npm run dev:connect / yarn run dev:connect

otherwise call:

npm run dev / yarn run dev