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
- Host: GitHub
- URL: https://github.com/did-method-plc/go-didplc
- Owner: did-method-plc
- License: other
- Created: 2025-07-07T18:10:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-10T18:55:29.000Z (4 months ago)
- Last Synced: 2026-02-10T21:55:12.157Z (4 months ago)
- Language: Go
- Size: 500 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.