https://github.com/or13/did-core-implementation-guide
https://github.com/or13/did-core-implementation-guide
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/or13/did-core-implementation-guide
- Owner: OR13
- License: other
- Created: 2021-01-31T19:48:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T22:57:15.000Z (over 5 years ago)
- Last Synced: 2025-04-07T17:48:48.137Z (about 1 year ago)
- Language: HTML
- Homepage: https://or13.github.io/did-core-implementation-guide/
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

# DID Implementation Guide v1.0
This repository contains a guide created by the
[W3C Decentralized Identifier Working Group](https://www.w3.org/2019/did-wg/)
(DID WG) for the purpose of helping implementers write software to
interact with the DID ecosystem.
An Editor's Draft of this repository is available at
[https://or13.github.io/did-core-implementation-guide/](https://or13.github.io/did-core-implementation-guide/).
## Contributing to the Repository
Use the standard fork, branch, and pull request workflow to propose changes to
the registry. Please make branch names informative—by including the issue or
bug number for example and use the [feature branch strategy](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow) for branch naming.
Editorial changes that improve the readability of the registry or correct
spelling or grammatical mistakes are welcome.
Non-editorial changes MUST go through a review and approval process that is
detailed in the registry.
Please read [CONTRIBUTING.md](CONTRIBUTING.md), about licensing contributions.
## Code of Conduct
W3C functions under a [code of conduct](https://www.w3.org/Consortium/cepc/).
## DID Working Group Repositories
- [W3C DID Core Specification v1.0](https://github.com/w3c/did-core)
- [W3C DID Working Group](https://github.com/w3c/did-wg)
- [W3C DID Rubric v1.0](https://github.com/w3c/did-rubric)
- [W3C DID Use Cases v1.0](https://github.com/w3c/did-use-cases)
- [W3C DID Test Suite and Implementation Report](https://github.com/w3c/did-test-suite)