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

https://github.com/did-method-plc/go-didplc

Go implementation of did:plc
https://github.com/did-method-plc/go-didplc

Last synced: 4 months ago
JSON representation

Go implementation of did:plc

Awesome Lists containing this project

README

          

`go-didplc`: Go implementation of DID PLC method
================================================

**NOTE:** This codebase is pre-v1.0, there may be breaking API changes.

DID PLC is a self-authenticating [DID](https://www.w3.org/TR/did-core/) which is strongly-consistent, recoverable, and allows for key rotation. See for details.

## License

This project is dual-licensed under MIT and Apache 2.0 terms:

- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/ipfs/kubo/blob/master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](https://github.com/ipfs/kubo/blob/master/LICENSE-MIT) or http://opensource.org/licenses/MIT)

Downstream projects and users may chose either license, or both, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0.