Keystore
Hop Node keystore documentation
Generate Keystore
Use the keystore generate
command to generate an encrypted keystore:
It will prompt you for a passphrase:
Then it will display your seed phrase. This only displayed once here so make sure to copy it.
Next you will have to paste in the mnemonic you copied to confirm:
Your keystore should now be generated and stored in the default location~/.hop/keystore.json
Keystore passphrase storage
You have a few options to store the keystore passphrase. Two options that are shown below are to use AWS Parameter Store (recommended) or storing it on the server itself. Either option is acceptable, as is anything else you are comfortable with.
Last updated