代码拉取完成,页面将自动刷新
/*
Copyright SecureKey Technologies Inc. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
// Package aries enables Go developers to build solutions based on the Hyperledger Aries project
// (https://www.hyperledger.org/projects/aries).
//
// Packages for end developer usage
//
// pkg/framework/aries: The main package of the Aries Framework. This package enables creation of context based on
// provider options. This context is used by the client packages listed below.
// Reference: https://pkg.go.dev/github.com/hyperledger/aries-framework-go/pkg/framework/aries
//
// pkg/client/didexchange: Provides did exchange protocol through SDK.
// Reference: https://pkg.go.dev/github.com/hyperledger/aries-framework-go/pkg/client/didexchange
//
// pkg/controller/restapi/operation/didexchange: Provides did exchange protocol through restapi.
// Reference: https://pkg.go.dev/github.com/hyperledger/aries-framework-go/pkg/controller/restapi/operation/didexchange
//
// Basic workflow
//
// 1) Instantiate a aries instance using a provider options.
// 2) Create a context using your aries instance.
// 3) Create a client instance using its New func, passing the context.
// 4) Use the funcs provided by each client to create your solution!
// 5) Call aries.Close() to release resources.
package aries
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。