Ai
1 Star 0 Fork 0

Hyperledger/aries-framework-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
doc.go 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Andrii Soluk 提交于 2020-02-25 22:17 +08:00 . chore: Changed URLs for the docs
/*
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/aries-framework-go.git
git@gitee.com:hyperledger/aries-framework-go.git
hyperledger
aries-framework-go
aries-framework-go
main

搜索帮助