Create Vault Contract function to deploy and register a DID
Closed this issue · 0 comments
CristhianRodriguezMolina commented
Objective
Create a new function that allows deploying and registering a new DID at the same time in the Vault Smar Contract.
Checklist
- Rename the old
register_vault
function toregister_vault_with_did
. - Create the new function as
register_vault
. - Update the respective documentation.