/go-did

Primary LanguageGoMIT LicenseMIT

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

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