Registry / other / hyperledger-aries-framework-go

hyperledger-aries-framework-go

JSON →
library0.3.2gogounverified

Enables Go developers to build decentralized identity solutions using the Hyperledger Aries project.

go get github.com/hyperledger/aries-framework-go
INSTALL
IMPORT
SIG · HYPERLEDGER-ARIES-
H
hyperledger-aries-framework-go
othergov0.3.2
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.

aries
github.com/hyperledger/aries-framework-go/pkg/framework/aries

Initializes the Aries framework context.

package main import ( "fmt" "github.com/hyperledger/aries-framework-go/pkg/framework/aries" ) func main() { framework, err := aries.New() if err != nil { panic(err) } defer framework.Close() fmt.Println("Aries framework initialized") }
Debug
Known issues
breakingThe API is still evolving; breaking changes may occur between minor versions.
fix
Pin to a specific version and test upgrades carefully.
affects: <1.0.0
Upgrade
Version history
0.3.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
hyperledger-aries-framework-go — go get hyperledger-aries-framework-go · libregistry