Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 448 Bytes

keystore-local-passphrase.md

File metadata and controls

16 lines (12 loc) · 448 Bytes

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"
  }
}