Skip to content

Commit

Permalink
feat: added getAllSchemaByDid method (#8)
Browse files Browse the repository at this point in the history
* feat: implemented transaction estimation method

Signed-off-by: tipusinghaw <[email protected]>

* fix: formatter issue

Signed-off-by: tipusinghaw <[email protected]>

* fix: initialized the smart contract and rpcUrl

Signed-off-by: tipusinghaw <[email protected]>

* fix: formatter issue

Signed-off-by: tipusinghaw <[email protected]>

* feat: implemneted logic for schema checksum

Signed-off-by: tipusinghaw <[email protected]>

* refactor: added validation empty schema details

Signed-off-by: tipusinghaw <[email protected]>

* feat: add getAllSchema method

Signed-off-by: tipusinghaw <[email protected]>

* fix: lock.yaml

Signed-off-by: tipusinghaw <[email protected]>

* fix: did resolve method for create schema

Signed-off-by: tipusinghaw <[email protected]>

* refactor: changed schema filter approach

Signed-off-by: tipusinghaw <[email protected]>

* refactor: added validation for empty parameters

Signed-off-by: tipusinghaw <[email protected]>

---------

Signed-off-by: tipusinghaw <[email protected]>
  • Loading branch information
tipusinghaw authored Feb 8, 2024
1 parent 088154a commit 505f81a
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 5,662 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"license": "Apache-2.0",
"dependencies": {
"@ayanworks/polygon-did-registry-contract": "2.0.1-alpha.3",
"@ayanworks/polygon-did-resolver": "^0.0.16-alpha.3",
"@nomicfoundation/hardhat-verify": "^2.0.3",
"axios": "^1.6.3",
"did-resolver": "^4.1.0",
"ethers": "^6.9.0",
"keccak256": "^1.0.6",
"uuid": "^9.0.1"
Expand Down
Loading

0 comments on commit 505f81a

Please sign in to comment.