https://github.com/transmute-industries/did-web
DID Web
https://github.com/transmute-industries/did-web
decentralized-identifiers did http web
Last synced: 7 months ago
JSON representation
DID Web
- Host: GitHub
- URL: https://github.com/transmute-industries/did-web
- Owner: transmute-industries
- License: apache-2.0
- Created: 2020-03-29T15:12:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:49:23.000Z (about 3 years ago)
- Last Synced: 2025-03-25T14:45:44.433Z (11 months ago)
- Topics: decentralized-identifiers, did, http, web
- Language: JavaScript
- Homepage: https://did-web.web.app
- Size: 2.64 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Transmute DID Web
> Decentralized identifiers (DIDs) are a new type of identifier to provide verifiable, decentralized digital identity. These new identifiers are designed to enable the controller of a DID to prove control over it and to be implemented independently of any centralized registry, identity provider, or certificate authority. DIDs are URLs that relate a DID subject to a DID document allowing trustable interactions with that subject. DID documents are simple documents describing how to use that specific DID. Each DID document can express cryptographic material, verification methods, or service endpoints, which provide a set of mechanisms enabling a DID controller to prove control of the DID. Service endpoints enable trusted interactions with the DID subject.
[](https://did-web.web.app)
## [DID Web Spec](https://w3c-ccg.github.io/did-method-web/)
### App
https://did-web.web.app/
### API
https://did-web.web.app/api/docs
```
npm i
npm run build
npm run deploy
```