fabric2.3之blockchain-explorer
·
一、启动测试网络
请参考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
更多推荐
已为社区贡献3条内容
所有评论(0)