How To List All Key Pair
Goal
Before you begin
Steps
$ cleos wallet unlock$ cleos wallet keys$ cleos wallet private_keys$ cleos wallet unlock --password PW5...3RwP2Last updated
List all key pairs.
Install the currently supported version of cleos.
Unlock your wallet
$ cleos wallet unlockList all public keys:
$ cleos wallet keysList all private keys:
$ cleos wallet private_keysYou can enter the password directly on the command line by adding the --password option:
$ cleos wallet unlock --password PW5...3RwP2Be careful Never use your private keys in a production enviroment!
Last updated