https://github.com/reiver/go-didplc
Package didplc provides an implementation of BlueSky's AT-Protocol's DID-PLC, for the Go programming language.
https://github.com/reiver/go-didplc
at-protocol atproto bluesky decentralized-identifier decentralized-identifiers did did-plc
Last synced: 16 days ago
JSON representation
Package didplc provides an implementation of BlueSky's AT-Protocol's DID-PLC, for the Go programming language.
- Host: GitHub
- URL: https://github.com/reiver/go-didplc
- Owner: reiver
- License: mit
- Created: 2024-08-25T19:39:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T19:31:09.000Z (about 1 year ago)
- Last Synced: 2025-09-04T19:49:56.460Z (9 months ago)
- Topics: at-protocol, atproto, bluesky, decentralized-identifier, decentralized-identifiers, did, did-plc
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-didplc
Package **didplc** provides an implementation of **BlueSky**'s **AT-Protocol**'s DID-PLC, for the Go programming language.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-didplc
[](https://godoc.org/github.com/reiver/go-didplc)
## Import
To import package **didplc** use `import` code like the follownig:
```
import "github.com/reiver/go-didplc"
```
## Installation
To install package **didplc** do the following:
```
GOPROXY=direct go get https://github.com/reiver/go-didplc
```
## Author
Package **didplc** was written by [Charles Iliya Krempeaux](http://reiver.link)
## See Also
* https://github.com/reiver/go-athandle
* https://github.com/reiver/go-atproto
* https://github.com/reiver/go-aturi
* https://github.com/reiver/go-bsky
* https://github.com/reiver/go-did
* https://github.com/reiver/go-didplc
* https://github.com/reiver/go-nsid
* https://github.com/reiver/go-xrpc
* https://github.com/reiver/go-xrpcuri