Crypto - Chia - CLI - CLI Commands - Key Commands

chia keys addAdd a key by seed.
chia keys delete -f NUMBERDeletes the key with the specific fingerprint number.
chia keys delete_allDeletes all keys.
chia keys generateGenerates a new key.
chia keys generate_and_printGenerates a new key without saving it.
chia keys showShows all saved keys.
chia keys signSigns a message with the private key.
chia keys verifyVerifies a signature.