Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reiver/go-did
- Owner: reiver
- License: mit
- Created: 2024-08-25T11:36:17.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T18:03:16.000Z (4 months ago)
- Last Synced: 2024-09-10T22:57:33.684Z (4 months ago)
- Topics: at-protocol, atproto, bluesky, decentralized-identifier, decentralized-identifiers, did
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)