How to create a wallet using the CLI
If you do not already have a wallet and need to create a wallet to designate as the Operator, you can do so via the CLI using the steps below.
Type in the command
create-mnemonic
. Then hit 'Enter'.Type in the command
get-private-key-from-mnemonic
. Then hit 'Enter'.Enter the mnemonic that was generated when you typed in the
create-mnemonic
command. Then hit 'Enter'.Hit 'Enter' again. You will notice a private key get generated.
Now you can use the private key that's generated in step 4 and use it in the
boot-operator
steps above.If you want to obtain the public key to fund this wallet, type in the command
get-public-key-from-private-key
. Then hit 'Enter'.

PreviousStep 3b: Start the Sentry Wallet (a.k.a Operator)NextStep 3c: Assign Keys to the Sentry Wallet
Last updated