Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trustoverip/tswg-trust-registry-protocol
- Owner: trustoverip
- License: other
- Created: 2023-12-30T19:04:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:08:26.000Z (about 1 month ago)
- Last Synced: 2024-12-19T16:23:41.363Z (about 1 month ago)
- Language: CSS
- Homepage: https://trustoverip.github.io/tswg-trust-registry-protocol/
- Size: 3.92 MB
- Stars: 6
- Watchers: 8
- Forks: 11
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-trust-registries - Trust Registry Protocol v2
- awesome-trust-registries - Trust Registry Protocol v2
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
```