Skip to content

LLC:dev with cli

Akram EL MILLIGY edited this page Jun 15, 2022 · 3 revisions

Developing with ledger-live CLI

Ledger Live Common exposes a command line tool (CLI) that can be used to test Ledger Live features in a terminal. To install it, you will need to have an instance of Node 14 (LTS).

You can then install it on ledger-live repo with

pnpm i

You can now build the CLI:

pnpm build:cli

Once buit, you can run it with:

pnpm run:cli

A range of different commands are available and liste in listed in this documentation.

Clone this wiki locally