fabric2.3之blockchain-explorer

fabric2.3之blockchain-explorer,第1张

一、启动测试网络

请参考Hyperledger Fabric2.3 环境搭建及Fabric 测试网络使用_xiaohanshasha的博客-CSDN博客

二、安装装postgresql

请参考 ubuntu2.0安装postgresql_xiaohanshasha的博客-CSDN博客

三、部署 1、在github下载 https://github.com/hyperledger/blockchain-explorer 2、初始化数据
apt-get install jq

进入cd app/persistence/fabric/postgreSQL/db/目录,执行createdb.sh

3、修改explorerconfig.json
vim app/explorerconfig.json

改成如下

 4、修改test-network.json

这里是浏览器访问的登录名和密码

vim app/platform/fabric/connection-profile/test-network.json

 然后把fabric-path路径,换成实际路径

5、构建fabric区块链浏览器
./main.sh install
6、启动
./start.sh

npm -g config set user root

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/1324078.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-12
下一篇 2022-06-12

发表评论

登录后才能评论

评论列表(0条)

保存