Hello, would you be interested in developing a DID method based on VLADs?
DID methods that are based on similar ideas already exist. For example, did:webvh uses "Self-Certifying Identifiers":
A Self-Certifying Identifier (SCID): The SCID, globally unique and embedded in the DID, is derived from the initial DID log entry. It ensures the integrity of the DID's history mitigating the risk of attackers creating a new object with the same identifier.
(the algorithm for creating a SCID can be found at https://identity.foundation/didwebvh/v1.0/#create-register)
However, the unique feature of VLADs is a WASM verification function that becomes a part of an identifier. I think a DID method that has such feature could be quite useful.
Hello, would you be interested in developing a DID method based on VLADs?
DID methods that are based on similar ideas already exist. For example, did:webvh uses "Self-Certifying Identifiers":
(the algorithm for creating a SCID can be found at https://identity.foundation/didwebvh/v1.0/#create-register)
However, the unique feature of VLADs is a WASM verification function that becomes a part of an identifier. I think a DID method that has such feature could be quite useful.