Minka CLI
A command line tool for interacting with the Minka Ledger.
Getting started
Installation
Install this package globally by running:
npm install -g @minka/cli
Usage
Minka CLI is available in the terminal through the minka
command.
Type minka
or minka -h
to see a list of supported commands:
$ minka
Usage: minka [options] [command]
Options:
-V, --version output the version number
-v, --verbose print more detailed messages, useful for debugging
-h, --help display help for command
Commands:
ledger connect to ledger instances
signer create and manage signing keys
symbol create and manage symbols
wallet create and manage wallets
intent create intents to transfer balances
help [command] display help for command
Minka CLI supports creation of signing keys (signers) locally. For most other
operations a connection to a ledger instance is required. To connect to a ledger
instance use minka ledger connect
command.