Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
A rich DID method that has no blockchain dependencies. The verifiable data registry is a synchronization protocol between peers.
- Host: GitHub
- URL: https://github.com/decentralized-identity/peer-did-method-spec
- Owner: decentralized-identity
- License: apache-2.0
- Created: 2020-07-09T13:39:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T18:09:08.000Z (7 months ago)
- Last Synced: 2024-08-08T18:24:30.473Z (3 months ago)
- Topics: wg-id
- Language: JavaScript
- Homepage: https://decentralized-identity.github.io/peer-did-method-spec/index.html
- Size: 4.14 MB
- Stars: 27
- Watchers: 19
- Forks: 17
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-starred - 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. (others)
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.