Skip to content

Commit

Permalink
feat(update-did): Added update identifier implementation & resolver c…
Browse files Browse the repository at this point in the history
…onfigs
  • Loading branch information
Eengineer1 committed Aug 8, 2022
1 parent cbb405b commit 47f5611
Show file tree
Hide file tree
Showing 6 changed files with 2,618 additions and 2,131 deletions.
4 changes: 4 additions & 0 deletions agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ constants:
- getVerifiableCredentialsForSdr
- validatePresentationAgainstSdr
- cheqdCreateIdentifier
- cheqdUpdateIdentifier

# Data base
dbConnection:
Expand Down Expand Up @@ -176,6 +177,8 @@ did-key-resolver:

did-cheqd-resolver:
$require: '@cheqd/did-provider-cheqd?t=function&p=/cheqd#getResolver'
$args:
- url: 'https://resolver.cheqd.net/1.0/identifiers/'

# universal-resolver:
# $require: '@veramo/did-resolver#UniversalResolver'
Expand Down Expand Up @@ -217,6 +220,7 @@ didManager:
- defaultKms: local
cosmosPayerMnemonic: <your_cosmos_mnemonic_paying_for_did_txs>
networkType: mainnet
rpcUrl: ''
did:cheqd:testnet:
$require: '@cheqd/did-provider-cheqd#CheqdDIDProvider'
$args:
Expand Down

0 comments on commit 47f5611

Please sign in to comment.