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

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.

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

[![GoDoc](https://godoc.org/github.com/reiver/go-didplc?status.svg)](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