6、基于Fabirc 2.X 通用电子存证系统部署
evidence
将GOPATH
设置为/root/go
,拉取项目:
cd $GOPATH/src && git clone https://gitee.com/henan-minghua_0/evidence.git
在/etc/hosts
中添加:
127.0.0.1 orderer.example.com 127.0.0.1 peer0.org1.example.com 127.0.0.1 peer1.org1.example.com
添加依赖:
cd evidence && go mod tidy
运行项目:
./clean_docker.sh
在127.0.0.1:9000
进行访问
原文地址:https://blog.csdn.net/FXH1989/article/details/140599676
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!