https://github.com/trustoverip/tswg-did-method-webs-specification
a DID method spec for did:webs
https://github.com/trustoverip/tswg-did-method-webs-specification
acdc cesr decentralised-internet-identity decentralized-internet-identity did-web-secure did-webs keri
Last synced: 3 months ago
JSON representation
a DID method spec for did:webs
- Host: GitHub
- URL: https://github.com/trustoverip/tswg-did-method-webs-specification
- Owner: trustoverip
- License: other
- Created: 2023-06-27T19:57:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T17:27:14.000Z (4 months ago)
- Last Synced: 2026-02-17T00:35:36.327Z (4 months ago)
- Topics: acdc, cesr, decentralised-internet-identity, decentralized-internet-identity, did-web-secure, did-webs, keri
- Language: Shell
- Homepage: https://trustoverip.github.io/tswg-did-method-webs-specification/
- Size: 6.02 MB
- Stars: 17
- Watchers: 8
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE.md
Awesome Lists containing this project
README
# did:webs DID method ToIP specification
The speccification for the `did:webs` [DID method](https://w3c-ccg.github.io/did-spec/#specific-did-method-schemes).
To browse the spec, see the [rendering on github pages](https://trustoverip.github.io/tswg-did-method-webs-specification/index.html).
## Viewing the spec
```bash
git clone git@github.com:trustoverip/tswg-did-method-webs-specification.git
cd tswg-did-method-webs-specification
npm install
npm run render
open docs/index.html
```
## Details
The spec is written in W3C's [respec](https://dev.w3.org/2008/video/mediaann/ReSpec.js/documentation.html) format using TrustOverIP's [Spec-Up-T Tool](https://github.com/trustoverip/spec-up-t).
To contribute to the spec, submit PRs that modify the .md files in the `spec/` folder.
## Contributing
All Trust Over IP Foundation Technical Stack Working Group contributions are done so under the following rules:
* [Contributing](Contributing.md)
## Licensing
All Trust Over IP Foundation Technical Stack Working Group deliverables are published under the following licenses:
* [Patent and Copyright Grants](LICENSE.md)
* [Source Code](SOURCE_CODE.md)