Skip to content

Commit

Permalink
fix: Added ability to read linked resource data from file (#177)
Browse files Browse the repository at this point in the history
* fix: Fixed auto-load on resource & type fixes

* fix: Generic promise handling & fixes on private key

* fix: Improved promise handling

* fix: Added ability to read linked resource data from file

* Added read resource file

* Cleanup

* Bump `@cheqd/sdk`

* Switched to latest stable
  • Loading branch information
Eengineer1 authored Jan 27, 2023
1 parent 83fc8df commit 14784e6
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 61 deletions.
9 changes: 6 additions & 3 deletions agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ constants:
- validatePresentationAgainstSdr
- cheqdCreateIdentifier
- cheqdUpdateIdentifier
- cheqdCreateResource
- cheqdDeactivateIdentifier
- cheqdCreateLinkedResource
- cheqdGenerateDidDoc
- cheqdGenerateDidDocWithLinkedResource
- cheqdGenerateIdentityKeys
- cheqdGenerateVersionId

# Local Database
dbConnection:
Expand Down Expand Up @@ -212,15 +215,15 @@ didCheqdMainnetProvider:
$require: '@cheqd/did-provider-cheqd#CheqdDIDProvider'
$args:
- defaultKms: local
cosmosPayerSeed: 'your cosmos mnemonic seed or private key'
cosmosPayerSeed: 'your cosmos payer mnemonic seed or private key'
networkType: mainnet
rpcUrl: 'https://rpc.cheqd.net'

didCheqdTestnetProvider:
$require: '@cheqd/did-provider-cheqd#CheqdDIDProvider'
$args:
- defaultKms: local
cosmosPayerSeed: 'your cosmos mnemonic seed or private key'
cosmosPayerSeed: 'your cosmos payer mnemonic seed or private key'
networkType: testnet
rpcUrl: 'https://rpc.cheqd.network'

Expand Down
Loading

0 comments on commit 14784e6

Please sign in to comment.