- Clone the
carmelnetwork/cli
repo
git clone github:carmelnetwork/cli.git
- Add the repo to your path
export CARMEL_CLI_PATH=<path to your repo>
export PATH=$PATH:$CARMEL_CLI_PATH/bin
carmel wallets list
default name: main
carmel wallets create --name <name>
default config: main/ssh
config format: <wallet name>/<type of key>
carmel keys create --config <config>
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