An open API service indexing awesome lists of open source software.

https://github.com/or13/did-core-implementation-guide


https://github.com/or13/did-core-implementation-guide

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

![W3C Logo](https://www.w3.org/Icons/w3c_home)

# 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)