会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
开飞机的二娃
博客园
首页
新随笔
联系
订阅
管理
2022年4月22日
shell命令启动和停止fabric
摘要: 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)
2022年4月21日
手写查询和交易go链码
摘要: myfirstcc.go 链码代码myfirstcc.go,并上传至chaincode/go中 package mainimport ( "github.com/hyperledger/fabric/core/chaincode/shim" pb "github.com/hyperledger/f
阅读全文
posted @ 2022-04-21 10:16 开飞机的二娃
阅读(101)
评论(0)
推荐(0)
2022年4月20日
fabric链码操作和编写链码约束
摘要: 官方链码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)
2022年2月21日
fabric2.2环境搭建(ubuntu18.04)
摘要: 安装过程 安装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)
公告