@ledgerhq/wallet-api-client-react
v1.3.12
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 React Integration</h2> <p align="center">Easily connec
Downloads
4,199
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 i
Build
Build the client from the root directory
pnpm build:client
Format
Check code formatting with
pnpm format:check
Format source (src
) files in-place with
pnpm format:fix
Lint
Check code quality with
pnpm lint
Automatically fix code quality problems with
pnpm lint:fix