Categorygithub.com/MetaBloxIO/did-sdk-go/v2
package
2.1.1
Repository: https://github.com/metabloxio/did-sdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

did-sdk-go

Introduction

Provides general purpose operations for MetaBlox according to W3C spec.

Installation and usage

The import path for the package is gopkg.in/yaml.v3.

To install it, run:

go get github.com/metablox/did-sdk-go

API documentation

API stability

License

The did-sdk-go package is licensed under the MIT license. Please see the LICENSE file for details.

Example

package main

import (
	"fmt"
)

func main() {
	fmt.Println("did-sdk-go,hello world!")
}