Skip to content

Commit

Permalink
Create askar.md
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Ng-Adam <[email protected]>
  • Loading branch information
rngadam authored Aug 21, 2024
1 parent 0be5494 commit 793db2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/code/askar.md
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

0 comments on commit 793db2c

Please sign in to comment.