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

[Phase1] Integrate Cardano connector for the SDK #346

Open
elribonazo opened this issue Nov 27, 2024 · 0 comments
Open

[Phase1] Integrate Cardano connector for the SDK #346

elribonazo opened this issue Nov 27, 2024 · 0 comments
Assignees

Comments

@elribonazo
Copy link
Contributor

Proposed feature

We plan to bring issuance capabilities to the Identus SDK, issuers require their dids to be published in Cardano blockchain to then be publicly resolvable.

This publish operation is simply a Cardano transaction in cbor format send to the blockchain by using cip-30 spec (wallet connector)

Feature description

  1. Transactions: Integrate library to create cardano cbor transactions directly from the Agent SDK. Those transactions will contain the prism:did operation and they corresponding metadata.
  2. Implement universal prism:did resolver: I would propose by default to include a resolver on testnet if the user does not specify it wants to use mainnet and also give the developers an option to use their own endpoints on where to resolve the dids.
  3. Implement basic wallet connector CIP-30: we need 3 simple methods, use wallet which connects the Dapp with the wallet chosen by the user, we also must sign and be able to submit a transaction to Cardano blockchain.

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant