How To List All Key Pair
Goal
List all key pairs.
Before you begin
- Install the currently supported version of - cleos.
Steps
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
