@ledgerhq/wallet-api-manifest-validator
v0.7.3
Published
This package checks if your manifest.json file meets the requirements for Ledger wallet App manifest submission.
Downloads
98
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