@minka/cli
v2.16.6
Published
Command line tool for Minka Ledger
Downloads
417
Readme
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 output
-t, --trace prints even more details than verbose
-h, --help display help for command
Commands:
server manage server connections
ledger create and manage ledger instances
signer create and manage signing keys
symbol create and manage symbols
wallet create and manage wallets
intent create intents to transfer balances
effect create and manage effects
bridge create and manage bridges
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.