摘要: 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 开飞机的二娃 阅读(233) 评论(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 开飞机的二娃 阅读(101) 评论(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 开飞机的二娃 阅读(308) 评论(0) 推荐(0)
摘要: 安装过程 安装git sudo apt-get install git 安装curl sudo apt-get install curl 安装docker、docker-compose 卸载旧版本docker sudo apt-get remove docker docker-engine dock 阅读全文
posted @ 2022-02-21 11:20 开飞机的二娃 阅读(241) 评论(2) 推荐(1)