JS Library for communication with Ledger Hardware Wallets. This library is compatible with the FIO Ledger Application.
Demo app code interacting with hw-app-fio
is provided in example-node
directory. You can execute it with the yarn run-example
command.
Automated tests are provided. There are two types of tests
yarn test-integration
. Tests integration of JS api with the ledger app.yarn device-self-test
. Runs unnit tests on ledger (development build required).
Note that for these tests it is advisable to install the developer build of the FIO app with headless mode enabled unless you want to verify the UI flows, otherwise you will need a significant amount of time to manually confirm all prompts on the device.
- you can build the docs by running
yarn gen-docs
and then navigate to docs_generated/index.html