forked from WebOfTrust/keripy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0804ea9
commit d4beb77
Showing
2 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
kli init --name watcherpy --nopasscode --base ./base --config-dir ./keri-conf --config-file config | ||
|
||
|
||
kli incept --name watcherpy --alias watcherpy --base ./base --file ./keri-conf/data/data.json | ||
|
||
|
||
sudo rm -rf ~/.keri | ||
|
||
|
||
# Demo witness | ||
|
||
kli init --name local-wit --nopasscode --config-dir ./scripts --config-file demo-witness-oobis | ||
|
||
kli incept --name local-wit --alias local-wit --file ./scripts/demo/data/multisig-3-sample.json | ||
|
||
|
||
# Test2 | ||
kli init --name test4 --nopasscode --config-dir ./keri-conf --config-file config | ||
|
||
|
||
kli incept --name test4 --alias test4 --file ./keri-conf/data/data.json | ||
|
||
|
||
# Stage | ||
kli init --name stagetest66 --nopasscode --config-dir ./keri-conf --config-file stage-config | ||
kli incept --name stagetest66 --alias stagetest66 --file ./keri-conf/data/stage-data.json | ||
|
||
# Test3 | ||
kli init --name devtest22 --nopasscode --config-dir ./keri-conf --config-file config | ||
kli incept --name devtest22 --alias devtest22 --file ./keri-conf/data/data.json | ||
|
||
# With Base? | ||
|
||
kli init \ | ||
--name alice_ks \ | ||
--base play/one/alice \ | ||
--nopasscode \ | ||
--salt ${ALICE_SALT} \ | ||
--config-dir ${KERI_CONFIG_DIR} \ | ||
--config-file alice-witness-oobis | ||
|
||
|
||
kli incept \ | ||
--name alice_ks \ | ||
--base play/one/alice \ | ||
--alias alice-aid \ | ||
-f play/one/alice/kid-conf.json |