04 2022 档案

摘要:shell脚本 shell文档:https://www.runoob.com/linux/linux-shell-variable.html fabric网络搭建执行顺序 1.下载镜像 2.手动:拷贝bin目录下的可执行文件到gopath/bin/ 3.手动:拷贝crypto-config.yaml 阅读全文
posted @ 2022-04-22 10:32 开飞机的二娃 阅读(254) 评论(0) 推荐(0)
摘要:myfirstcc.go 链码代码myfirstcc.go,并上传至chaincode/go中 package main​import ( "github.com/hyperledger/fabric/core/chaincode/shim" pb "github.com/hyperledger/f 阅读全文
posted @ 2022-04-21 10:16 开飞机的二娃 阅读(115) 评论(0) 推荐(0)
摘要:官方链码example02操作 进入容器 docker exec -it cli /bin/bash 创建通道 peer channel create -o orderer.example.com:7050 -c zlktchannel -f ./channel-artifacts/channel. 阅读全文
posted @ 2022-04-20 16:07 开飞机的二娃 阅读(318) 评论(0) 推荐(0)