Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.26 KB

register_did_method.md

File metadata and controls

47 lines (29 loc) · 1.26 KB

New DID Method Registration

Required Registration Criteria

Please confirm:

  • The DID Method specification defines the identifer syntax.
  • The DID Method specification defines the supported DID Operations.
  • The DID Method specification contains a Privacy and Security Considerations.

Optional Registration Criteria

Consider ensuring:

  • The registration entry contains contact information.
  • The registration entry contains registry information.

Registration Process

In order to register a New DID Method, you must add a json file to ./methods.

Here is an example registration entry:

{
  "status": "registered",
  "name": "example",
  "specification": "https://w3c-ccg.github.io/did-spec/",
  "contact": "W3C Credentials Community Group",
  "registry": "DID Specification"
}

Please ensure your pull request and entry are passing the required validation rules.

See the schema requirements for registry entries here.

Registration Review Process

Your pull request will be reviewed by the registry editors.

Changes regarging the required criteria may be requested.

If there are no objections or changes requested,

your method will be registered after a minimum of 7 days.