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
pnpm i
Build the client from the root directory
pnpm build:client
Check code formatting with
pnpm format:check
Format source (src
) files in-place with
pnpm format:fix
Check code quality with
pnpm lint
Automatically fix code quality problems with
pnpm lint:fix