This module is resposible for showing Ledger operation steps UI and directly communicating with Ledger device using various Transport protocol. WebPage is hosted as gh-pages
.
Click here
development
and production
environments is supported.
Follwing steps is to startwebpack-dev-server
in hot reload mode at http://localhost:8080/
.
nvm i
yarn
yarn start
Following steps is to deploy new version to gh-pages
.
nvm i
yarn
- Make changes and update the version in
package.json
git push
yarn run deploy
In development
mode testing panel will be shown on the top left like below.
You can hide it by double clicking over the panel or make it visible again by single click is the same top left area.