For the complete documentation index, see llms.txt. This page is also available as Markdown.

Keystore Local Passphrase

Storing the keystore passphrase locally is as simple as adding it to the config file.

Note: The entirety of the config file will be explained in the next section, so feel free to move on and return here when you need to add the keystore config.

Update your config ~/.hop/config.json to use the passphrase:

{
  "keystore": {
    "location": "~/.hop/keystore.json",
    "pass": "myPassword"
  }
}

Last updated