====== Crypto - Chia - CLI - CLI Commands - Key Commands ====== |chia keys add|Add a key by seed.| |chia keys delete -f NUMBER|Deletes the key with the specific fingerprint number.| |chia keys delete_all|Deletes all keys.| |chia keys generate|Generates a new key.| |chia keys generate_and_print|Generates a new key without saving it.| |chia keys show|Shows all saved keys.| |chia keys sign|Signs a message with the private key.| |chia keys verify|Verifies a signature.|