fabric

https://blog.csdn.net/bean_business/article/details/110100669

https://hyperledger-fabric.readthedocs.io/zh_CN/latest/create_channel/create_channel_config.html#orderer


https://github.com/hyperledger/fabric/releases


https://blog.csdn.net/weixin_44542127/article/details/119214607

https://www.freesion.com/article/528252266/

https://blog.csdn.net/maixia24/article/details/79761347

https://www.chaindesk.cn/witbook/11/102

https://blog.csdn.net/weixin_45839894/article/details/123450108

https://my.oschina.net/j4love/blog/5454092


cat >> /etc/hosts <<-EOF
172.17.0.66 orderer.example.com
172.17.0.67 peer0.org1.example.com
172.17.0.68 peer0.org2.example.com
EOF

 

 

sudo systemctl start docker
sudo systemctl enable docker
sudo systemctl status docker


curl -L https://get.daocloud.io/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose

mv ~/docker-compose /usr/local/bin/docker-compose


chmod +x /usr/local/bin/docker-compose

 

 

cat >> /etc/hosts<<-EOF
10.0.0.10 orderer0.example.com
10.0.0.11 orderer1.example.com
10.0.0.12 orderer2.example.com
10.0.0.10 peer0.org1.example.com
10.0.0.11 peer1.org1.example.com
10.0.0.12 peer0.org2.example.com
10.0.0.13 peer1.org2.example.com
EOF

posted @   滴滴滴  阅读(184)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
历史上的今天:
2018-08-16 系统优化 /etc/sysctl.conf
2018-08-16 es 配置文件
2018-08-16 mongo 内存限制wiredTigerCacheSizeGB = 10
2018-08-16 firewalled centos7
2018-08-16 cgi.fix_pathinfo=1
点击右上角即可分享
微信分享提示