Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 532 Bytes

File metadata and controls

20 lines (16 loc) · 532 Bytes

How To Create Key Pair

Goal

Create a public and private key pair for signing transactions.

Before you begin

  • Install the currently supported version of cleos.
  • Understand the following:

Steps

To output the key pair to the console

$ cleos create key --to-console

To save the key pair to file

$ cleos create key --file FILE_TO_SAVEKEY