Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentralized-identity/did-traits
Repo for DID Traits work item in the Identifiers & Discovery WG
https://github.com/decentralized-identity/did-traits
wg-id
Last synced: 14 days ago
JSON representation
Repo for DID Traits work item in the Identifiers & Discovery WG
- Host: GitHub
- URL: https://github.com/decentralized-identity/did-traits
- Owner: decentralized-identity
- License: other
- Created: 2024-08-13T02:06:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T17:26:32.000Z (about 1 month ago)
- Last Synced: 2024-12-10T18:40:11.418Z (about 1 month ago)
- Topics: wg-id
- Language: Nushell
- Homepage: https://identity.foundation/did-traits
- Size: 437 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# DID Traits
[Latest Editor's Draft](https://identity.foundation/did-traits/)
This document guides implementers of [W3C Decentralized Identifiers (DIDs)](https://w3c.github.io/did-core/) in
selecting suitable DID methods for their specific use cases by defining proven and relevant Decentralized Identifiers
traits. It includes a JSON schema for representing traits of a concrete DID method in a structured, machine-readable
format, enabling integration with third-party systems such as DID resolvers..## Known Implementations
| Name | Description | Author |
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | -------------------------------------- |
| [Universal Resolver](https://github.com/decentralized-identity/universal-resolver) | Experimental support for returning DID Traits documents via the Universal Resolver | [Danube Tech](https://danubetech.com/) |## Edit Specification
```
git clone [email protected]:decentralized-identity/did-traits.git
npm i
npm run edit
npx serve build
```Visit