Javascript client library for Nebulas Ledger applications.
- yarn
- Node.js
- Connect Ledger Nano S device on a USB port
- Make sure Ledger Nano S is initialized and unlocked, and Nebulas application is installed and started
$ cd ledger-nas-js
$ yarn
$ yarn build
$ yarn test
- Access "https://[IP]:9966" on web browser and test
$ browserify neb-ledger-usb.js -p esmify -s NebLedgerUSB -o neb-ledger-usb-packed.js