Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split SDK + initial cheqd support #449

Merged
merged 16 commits into from
Oct 9, 2024
Merged

Split SDK + initial cheqd support #449

merged 16 commits into from
Oct 9, 2024

Conversation

olegnn
Copy link
Contributor

@olegnn olegnn commented Oct 8, 2024

With this PR, partial support for cheqd is introduced, and the @docknetwork/sdk is divided into 5 packages: the API-agnostic @docknetwork/credential-sdk and four packages built on top of it.

  • @docknetwork/credential-sdk - An API-agnostic Javascript library for working with Verifiable Credentials, DIDs, Claim Deduction, and more.
  • @docknetwork/dock-blockchain-api - A Javascript library built with PolkadotJS, for use with the Dock Substrate Node or our public main/test networks.
  • @docknetwork/dock-blockchain-modules - A JavaScript library designed for handling credential SDK elements (DIDS, Accumulators, etc) on the Dock blockchain.
  • @docknetwork/cheqd-blockchain-api - A Javascript library built atop of @cheqd/sdk that allows to interact with the Cheqd blockchain.
  • @docknetwork/cheqd-blockchain-modules - A JavaScript library created for managing credential SDK components such as DIDs and accumulators etc on the Cheqd blockchain.

@olegnn olegnn requested review from lovesh and cykoder October 8, 2024 19:32
@olegnn olegnn merged commit 4fd1281 into master Oct 9, 2024
11 checks passed
@cykoder cykoder deleted the split-sdk branch October 9, 2024 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants