Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reiver/go-did


https://github.com/reiver/go-did

at-protocol atproto bluesky decentralized-identifier decentralized-identifiers did

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# go-did

Package **did** implements Decentralized Identifiers (DIDs), for the Go programming language.

As defined here:
https://www.w3.org/TR/did-core/

## Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-did

[![GoDoc](https://godoc.org/github.com/reiver/go-did?status.svg)](https://godoc.org/github.com/reiver/go-did)

## Import

To import package **did** use `import` code like the following:
```
import "github.com/reiver/go-did"
```

## Installation

To install package **did** do the following:
```
GOPROXY=direct go get github.com/reiver/go-did
```

## Author

Package **did** was written by [Charles Iliya Krempeaux](http://reiver.link)