forked from openwallet-foundation/acapy
-
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.
Signed-off-by: Ricky Ng-Adam <[email protected]>
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Difference between anoncreds and askar | ||
|
||
https://github.com/rngadam/aries-cloudagent-python/blob/3447dc89fbe9b498139705a2b1ac7c69616b0154/aries_cloudagent/config/default_context.py#L144-L156 | ||
|
||
## Minimal askar | ||
|
||
``` | ||
scripts/run_docker start --log-level debug --wallet-type askar --wallet-name $(whoami) --wallet-key mysecretkey --endpoint http://localhost:8080 --no-ledger --inbound-transport http 0.0.0.0 8001 --outbound-transport http | ||
``` | ||
|
||
wallet is saved here: | ||
|
||
/root/.aries_cloudagent/wallet/user/sqlite.db | ||
|