Register did:educreds method - #749
Open
shabantiger wants to merge 1 commit into
Open
Conversation
shabantiger
requested review from
KDean-Dolphin,
MizukiSonoko,
Steffytan,
adam-burns,
ajile-in,
apuchitnis,
gatemezing,
genaris,
msporny,
ottomorac,
rajivrajani,
stenreijers,
swcurran and
wip-abramson
as code owners
August 30, 2026 20:56
🤖 AI Preliminary Specification ReviewThis is an advisory, automated review of the DID Method specification(s) referenced in this pull request, checked against the registration checklist. It does not replace review by the registry editors.
|
| Item | Level | Status | Notes | |
|---|---|---|---|---|
| ✅ | M1. Specification is reachable and is a DID Method specification | MUST | pass | |
| ✅ | M2. DID Method Syntax is defined | MUST | pass | |
| ✅ | M3. CRUD operations are defined | MUST | pass | |
| ✅ | M4. Security Considerations present and substantive | MUST | pass | |
| ✅ | M5. Privacy Considerations present and substantive | MUST | pass | |
| ✅ | M6. Method name is indicative and non-generic | MUST | pass | |
| ✅ | M7. No unreasonable legal, security, moral, or privacy harms | MUST | pass | |
| ✅ | M8. Human-readable description of the addition | MUST | pass | |
| ✅ | S1. contactEmail present | OPTIONAL | pass | |
| ✅ | S2. verifiableDataRegistry present | OPTIONAL | pass | |
| S3. Intellectual-property posture is clear | SHOULD | warn | The specification is marked '© 2026 EduCreds Labs Ltd. All Rights Reserved.' with no open licensing statement, which may raise IP/reuse concerns for a public registry; editors should confirm licensing posture. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Register
did:educredsDID MethodSummary
This PR registers the
did:educredsDID method with the W3C DID Extensions registry.Method Details
educredsAbout the Method
did:educredsis a DID method designed for academic credential infrastructure in Africa and emerging markets. It supports three subject types:did:educreds:institution:<uuid>) — accredited universities and collegesdid:educreds:student:<eth-address>) — credential holdersdid:educreds:credential:<uuid>) — individual verifiable credentialsSpecification Conformance
The specification at https://did.educreds.xyz covers all required sections per the W3C DID Core v1.1 specification:
Implementation
The method is implemented and operational. A live resolver is available at:
GET https://api-dev.educreds.xyz/api/v1/did/resolve/:didCredentials issued under this method are stored on IPFS and anchored on an EVM-compatible chain for tamper-proof verification.