Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decentralized-identity/peer-did-method-spec

A rich DID method that has no blockchain dependencies. The verifiable data registry is a synchronization protocol between peers.
https://github.com/decentralized-identity/peer-did-method-spec

wg-id

Last synced: about 1 month ago
JSON representation

A rich DID method that has no blockchain dependencies. The verifiable data registry is a synchronization protocol between peers.

Awesome Lists containing this project

README

        

# `did:peer` DID Method Specification

A spec for the `did:peer` [DID method](https://w3c-ccg.github.io/did-spec/#specific-did-method-schemes).

The spec is written in W3C's [respec](https://dev.w3.org/2008/video/mediaann/ReSpec.js/documentation.html) format using DIF's [Spec-Up Tool](https://github.com/decentralized-identity/spec-up).
To browse the spec, see the [rendering on github pages](https://decentralized-identity.github.io/peer-did-method-spec/index.html). To contribute to the spec, submit PRs that modify the .md files in the `spec` folder that are used to generate the rendered specification.

Before submitting a PR, please see the [Editing The Spec](./EditingTheSpec.md) document for guidance on generating the specification locally for review.