You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -188,7 +188,7 @@ Sealing the vault makes it impossible to store and retrieve data securely, locks
### Storing data on Harpocrates Vault `harpocrates set --key --value`
```sh
./harpocrates seal --key name --value kelechi
./harpocrates set --key name --value kelechi
```
>**set --key name --value kelechi** command takes two string input into "--key" and "--value" as arguments, indicating the key and value(data) to be stored