How To Create Key Pair
Last updated
Create a public and private key pair for signing transactions.
Install the currently supported version of cleos.
To output the key pair to the console
$ cleos create key --to-consoleTo save the key pair to file
$ cleos create key --file FILE_TO_SAVEKEYLast updated