@cardano-foundation/ledgerjs-hw-app-cardano
v8.0.0
Published
Ledger Hardware Wallet Cardano ADA API
Readme

@cardano-foundation/ledgerjs-hw-app-cardano
JS library for communication with Ledger Hardware Wallets running the Cardano ADA Ledger Application.
Note: this project comes with both Typescript and Flow type definitions, but only the Typescript ones are checked for correctness.
See doc/overview.md for architecture and doc/testing.md for how to run tests.
Example code
Example code interacting with hw-app-cardano is provided in example-node directory.
You can execute it with the yarn run-example command.
Tooling
This repo uses Corepack with Yarn 4. If yarn audit does not work locally, use:
corepack yarn npm audit --all --no-deprecations --recursiveOn Linux, corepack yarn install may require system packages for node-hid:
sudo apt-get update
sudo apt-get install -y libusb-1.0-0-dev libudev-devDocumentation
- you can build the docs by running
yarn gen-docsand then navigate to docs_generated/index.html - generated docs can also be found at (https://vacuumlabs.github.io/ledgerjs-cardano-shelley)
- CHANGELOG
