<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 React Integration</h2> <p align="center">Easily connec
npm install @ledgerhq/wallet-api-client-react
Easily connect your react application to Ledger's wallet-api
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
---