@carmel/cli
v1.9.28
Published
Carmel CLI
Downloads
87
Readme
Carmel CLI
Wallets
List all wallets
carmel wallets listCreate a new wallet
default name: main
carmel wallets create --name <name>Keys
Create a key
default config: main/ssh
config format: <wallet name>/<type of key>
carmel keys create --config <config>Get a key
default id: main/eth/0
id format: <wallet name>/<type of key>/<key index>
carmel keys get --id <id>Examples:
- the 3rd eth key:
carmel keys get --id main/eth/2 - the 1st ssh key:
carmel keys get --id main/ssh/0
