ledger-creatachain-js
v2.0.0
Published
Node API for Creatachain App
Downloads
3
Maintainers
Readme
Ledger-Creatachain-js
This package provides a simple JavaScript client library for interacting with the Creatachain app running on Ledger Nano devices that are Nano S, Nano S Plus,Nano X, Stax, Flex.
Features
- Connect to a Ledger device
- Retrieve Creatachain public key from the device
- Sign Creatachain transactions securely
Testing with real devices
It is possible to test this package with a real Ledger Nano device. To accomplish that, you will need to follow these steps:
- Install the application in the Ledger device
- Install the dependencies from this project
- Run tests
yarn install --ignore-engines
yarn test