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
Szymon Lesisz ff7f79eb14
fixed settings url (when using clone)
6 years ago
src fixed settings url (when using clone) 6 years ago
webpack minimized css 6 years ago
.babelrc
.flowconfig before testing 6 years ago
.gitignore
README.md
browserslist
build.sh minimized css 6 years ago
package.json
yarn.lock

README.md

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