<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
npm install @ledgerhq/wallet-api-client
Integrate your application or service inside Ledger Live
Full documentation
·
Report Bug
·
Request Feature
Please read our contribution guidelines before getting started.
**You need to have a recent Node.js and
pnPM installed.**
The dependencies should be installed from the root directory
``sh`
pnpm i
Build the client from the root directory
`sh`
pnpm build:client
Check code formatting with
`sh`
pnpm format:check
Format source (src) files in-place with
`sh`
pnpm format:fix
Check code quality with
`sh`
pnpm lint
Automatically fix code quality problems with
`sh``
pnpm lint:fix
---