Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trustoverip/tswg-trust-registry-protocol

Trust Registry Protocol Specification
https://github.com/trustoverip/tswg-trust-registry-protocol

Last synced: 23 days ago
JSON representation

Trust Registry Protocol Specification

Awesome Lists containing this project

README

        

# specification-template

This specification is basked on the [Trust Over IP Specification Template](https://github.com/trustoverip/specification-template).

The spec is written using [SpecUp](https://github.com/decentralized-identity/spec-up) which is maintained by the Decentralized Identity Foundation.

To browse the spec, see the [rendering on GitHub pages](https://trustoverip.github.io/tswg-trust-registry-protocol/). To contribute to the spec, submit PRs that modify the .md files (in the `./spec` folder) that are used to generate the .html files in this folder.

Before submitting a PR, please see the [Editing The Spec](./EditingTheSpec.md) document for guidance on generating the specification locally for review.

## Rendering Spec-Up

To run Spec-up in live edit mode (will re-render upon save), in project folder run:

```
npm run edit
```