Skip to content

Commit

Permalink
docs: did-go repo overview (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Rolson Quadras <[email protected]>
  • Loading branch information
rolsonquadras authored Sep 12, 2023
1 parent b99774e commit 6eb4b33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

# TrustBloc Decentralized Identifier (DID) Go Library

The TrustBloc DID Go repo contains core [W3C Decentralized Identifier (DID)](https://www.w3.org/TR/did-core/) related shared code.

The library has the following implementations.
- [W3C Decentralized Identifier (DID)](https://www.w3.org/TR/did-core/) Data model
- DID Method client implementation
- [DID Web](https://w3c-ccg.github.io/did-method-web/)
- [DID Key](https://w3c-ccg.github.io/did-method-key/)
- [DID JWK](https://github.com/quartzjer/did-jwk/blob/main/spec.md)
- [DID Sidetree longform](https://identity.foundation/sidetree/spec/)
- [DID HTTP Resolver](https://w3c-ccg.github.io/did-resolution/)
- JSON-LD wrappers built on top of [piprate/json-gold](https://github.com/piprate/json-gold) along with signer and verifier implementation


## License
Apache License, Version 2.0 (Apache-2.0). See the [LICENSE](LICENSE) file.

0 comments on commit 6eb4b33

Please sign in to comment.