Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
docs(keri): add caveat: clean file system
Browse files Browse the repository at this point in the history
  • Loading branch information
aminbenmansour committed Nov 1, 2023
1 parent 1fdea1b commit 01c1dc2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/keri/KERI.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ kli witness demo
```bash
vLEI-server -s ./schema/acdc -c ./samples/acdc/ -o ./samples/oobis/
```
### Caveat: Deleting Database Directories
KERIpy core library manages database directories for key event log, transaction event log, credential and private key storage.
The library will create the directories in local file system.

Demo script was written expecting a clean database. Relaunch witnesses before running scripts through the following command
```bash
rm -rf $HOME/.keri/*;kli witness demo
```

## Launch demo script
1. Demo script provides a full workflow that
1. Incept controllers
Expand Down

0 comments on commit 01c1dc2

Please sign in to comment.