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
Define the necessary data structures (structs, enums, etc) for the Soroban smart contract to properly represent the DID-related data. See https://www.w3.org/TR/did-core/#did-documents.
Checklist
Implement the required data structures for the DID Contract.
Implement the DID trait with the necessary functions the DID contract will have.
Create functions to handle storage fields for the Soroban smart contract, ensuring proper data management and retrieval.
The text was updated successfully, but these errors were encountered:
Objective
Define the necessary data structures (structs, enums, etc) for the Soroban smart contract to properly represent the DID-related data. See https://www.w3.org/TR/did-core/#did-documents.
Checklist
The text was updated successfully, but these errors were encountered: