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

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

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)