You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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.
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
The text was updated successfully, but these errors were encountered:
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
Anything else?
No response
The text was updated successfully, but these errors were encountered: