@ledgerhq/wallet-api-client
v1.12.6
Published
<p align="center"> <img src="https://user-images.githubusercontent.com/9203826/154288895-670f5c23-81a1-4307-a080-1af83f7f8356.svg" align="center" alt="Ledger" /> <h2 align="center">WalletAPI Client</h2> <p align="center">Integrate your application or s
Maintainers
Keywords
Readme
Contributing
Please read our contribution guidelines before getting started.
You need to have a recent Node.js and pnPM installed.
Install dependencies
The dependencies should be installed from the root directory
pnpm iBuild
Build the client from the root directory
pnpm build:clientFormat
Check code formatting with
pnpm format:checkFormat source (src) files in-place with
pnpm format:fixLint
Check code quality with
pnpm lintAutomatically fix code quality problems with
pnpm lint:fix