Documentation ¶
Overview ¶
*
- @Author: 夜央 Oh oh oh oh oh oh (https://github.com/togettoyou)
- @Email: zoujh99@qq.com
- @Date: 2020/3/4 4:21 下午
- @Description: fabric-sdk-go的封装
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SDK *fabsdk.FabricSDK // Fabric提供的SDK ChannelName = "assetschannel" // 通道名称 ChainCodeName = "blockchain-real-estate" // 链码名称 Org = "org1" // 组织名称 User = "Admin" // 用户 ConfigPath = "blockchain/config.yaml" // 配置文件路径 )
配置信息
Functions ¶
func ChannelExecute ¶
区块链交互
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.