### Install hardware-wallet-cli Source: https://github.com/dfinity/hardware-wallet-cli/blob/main/README.md Installs the hardware-wallet-cli globally using npm. Requires Node.js version 18.13.0 or higher. ```bash npm install -g @dfinity/hardware-wallet-cli ``` -------------------------------- ### Run hardware-wallet-cli command Source: https://github.com/dfinity/hardware-wallet-cli/blob/main/README.md Executes a command using the installed hardware-wallet-cli. The `--help` flag displays all available commands and options. ```bash ic-hardware-wallet --help ``` -------------------------------- ### Install dependencies for development Source: https://github.com/dfinity/hardware-wallet-cli/blob/main/README.md Installs project dependencies using npm, typically required after cloning the repository for development. ```bash npm install ``` -------------------------------- ### Execute hardware-wallet-cli commands during development Source: https://github.com/dfinity/hardware-wallet-cli/blob/main/README.md Runs a hardware-wallet-cli command using npm's execute script for development purposes. This allows testing commands against local or development networks. ```bash npm run execute -- --network http://127.0.0.1:4943 icp balance ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.