Skip to content

A CLI to interact with the Internet Computer App on Ledger Nano S/X devices.

License

Notifications You must be signed in to change notification settings

alin-at-dfinity/hardware-wallet-cli

 
 

Repository files navigation

hardware-wallet-cli

A CLI to interact with the Internet Computer App on Ledger Nano S/X devices.

Quick Start

  • Install npm >= 6.14.
  • Install the CLI: npm install -g @dfinity/hardware-wallet-cli
  • Run the CLI: ic-hardware-wallet --help

USB connection issues with Ledger Live

In order to install the Internet Computer App on your Ledger device or perform the genuine check, you need to first connect your Ledger device with the Ledger Live desktop app running on your computer. If you are facing connection issues when doing so, Ledger provides platform-specific troubleshooting instructions on their support site.

Development

Clone the repository.

Install dependencies with npm install.

To execute a command, you can use npm run execute -- <args>.

For example

  • The command ic-hardware-wallet --network https://nnsdapp.dfinity.network icp balance.
  • Would be npm run execute -- --network https://nnsdapp.dfinity.network icp balance for development.

About

A CLI to interact with the Internet Computer App on Ledger Nano S/X devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.6%
  • TypeScript 37.4%