Create Private/Public key pairs
Create Default Wallet
# The first step is to create a wallet. Use cleos wallet create to create a new "default" wallet using the option --to-console for simplicity.
cleos wallet create --file walletpassword.txtOpen the Wallet
cleos wallet openUnlock it
cleos wallet unlockCreate Key
cleos create key --to-consoleImport key
Last updated