After installing the secretcli, the next thing to do is to start generating your own keys (public and private) to begin receiving, sending, and bonding SCRT.
secp256k1
KeyTo generate a new secp256k1 key:
Note: The output of the above command contains a seed phrase. It's recommended to save the seed phrase in a safe place in case you forget the password of the operating system's credentials store.
The above command will generate an output similar to:
To delete a key use:
After deleting a key you will no longer have access to the associated key account. You may regenerate the deleted key using the secretcli and the keys seed phrase.
Multiple keys may be deleted at once. You will be prompted to confirm each keys deletion:
You can regenerate the key from the seed phrase with the following command:
You can also backup your key using export
— which outputs to stderr:
(copy and paste to a <key-export-file>
)
You can import a key using the secretcli with:
After importing your key, verify the key is imported with:
\