Registry / crypto / hyperledger-aries-framework-go-ext-component-vdr-sidetree

hyperledger-aries-framework-go-ext-component-vdr-sidetree

JSON →
library1.0.0-rc4gogounverified

A Sidetree client implementation for decentralized identifier (DID) resolution in the Hyperledger Aries framework.

go get github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree
INSTALL
IMPORT
SIG · HYPERLEDGER-ARIES-
H
hyperledger-aries-framework-go-ext-component-vdr-sidetree
cryptogov1.0.0-rc4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sidetree
✓ github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree

Resolve a DID using the Sidetree client.

package main import ( "fmt" "github.com/hyperledger/aries-framework-go-ext/component/vdr/sidetree" ) func main() { client := sidetree.New() doc, err := client.Resolve("did:example:123") fmt.Println(doc, err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0-rc4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
hyperledger-aries-framework-go-ext-component-vdr-sidetree — go get hyperledger-aries-framework-go-ext-component-vdr-sidetree · libregistry