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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-30T18:53:34.000Z (9 months ago)
- Last Synced: 2025-08-30T20:37:17.398Z (9 months ago)
- Topics: at-protocol, atproto, bluesky, decentralized-identifier, decentralized-identifiers, did
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- 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
[](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)