How To List All Key Pair

Goal

List all key pairs.

Before you begin

  • Install the currently supported version of cleos.

  • Understand the following:

Steps

Unlock your wallet

$ cleos wallet unlock

List all public keys:

$ cleos wallet keys

List all private keys:

$ cleos wallet private_keys

You can enter the password directly on the command line by adding the --password option:

$ cleos wallet unlock --password PW5...3RwP2

Be careful Never use your private keys in a production enviroment!

Last updated