openwallet-foundation / credo-ts

Typescript framework for building decentralized identity and verifiable credential solutions
https://credo.js.org
Apache License 2.0
276 stars 202 forks source link

feat(cheqd): Add CheqdApi #2007

Closed DaevMithran closed 3 months ago

DaevMithran commented 3 months ago

This PR introduces the exposure of the createResource function from the CheqdDidRegistrar class using CheqdApi class, enabling the creation of custom DID-Linked Resources (DLRs). With this enhancement, users can now create and manage DLRs such as trust registries, images, files, and other custom resources as needed.

changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 1f05da465a1a6373dfe70afcf8eb5b69c8b61c97

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 14 packages | Name | Type | | ------------------------------------- | ----- | | @credo-ts/cheqd | Patch | | @credo-ts/action-menu | Patch | | @credo-ts/anoncreds | Patch | | @credo-ts/askar | Patch | | @credo-ts/bbs-signatures | Patch | | @credo-ts/core | Patch | | @credo-ts/drpc | Patch | | @credo-ts/indy-sdk-to-askar-migration | Patch | | @credo-ts/indy-vdr | Patch | | @credo-ts/node | Patch | | @credo-ts/openid4vc | Patch | | @credo-ts/question-answer | Patch | | @credo-ts/react-native | Patch | | @credo-ts/tenants | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

TimoGlastra commented 3 months ago

I'll merge now, but would be great if you could also add the getResource method :)

TimoGlastra commented 3 months ago

@DaevMithran can you accept my PR to your branch to add a changelog entry? https://github.com/cheqd/credo-ts/pull/6

TimoGlastra commented 3 months ago

We can merge after taht