ab19c73a11b8db5903c45390707a248bbd42194c
rename the package to ucan-wg/go-dit-it
This is an implementation of Decentralized Identifiers (DIDs) in go. It differs from the alternatives in the following ways:
- simple: made of shared reusable components and clear interfaces
- fast: while it supports DID Documents as JSON files, it's not unnecessary in the way (see below)
- battery included: the corresponding cryptographic handling is implemented
- support producing and using DIDs: unlike some others, this all-in-one implementation is meant to create, manipulate and handle DIDs
- extensible: you can easily register your custom DID method
Built with ❤️ by Consensys.
Concepts
Description
Languages
Go
100%
