fabric2.0搭建blockchain explorer

本文档指导如何搭建Hyperledger Fabric2.0的区块链浏览器(Blockchain Explorer)。首先,通过wget命令获取explorer所需的配置文件和连接配置。接着,将fabric的组织结构复制到相应文件夹。然后,修改docker-compose.yaml文件中的网络名称和挂载路径。最后,启动first-network网络,并在浏览器中访问8080端口查看Explorer,密码可在connection-profile文件中找到。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

fabric2.0搭建explorer

前面文章里该下的软件此次不在赘述

一、拉取explorer相关文件

wget
https://raw.githubusercontent.com/hyperledger/blockchain-explorer/master/examples/net1/config.json
wget https://raw.githubusercontent.com/hyperledger/blockchain-explorer/master/examples/net1/connection-profile/test-network.json -P connection-profile
wget https://raw.githubusercontent.com/hyperledger/blockchain-explorer/master/docker-compose.yaml

二、启动fabric2.0里first-network网络

把crypto-config里的orderorganizations与peerorganizations复制过来到件夹organizations下

三、修改docker-compose.yaml配置

3.1修改网络名字

name:net_byfn

3.2修改volumes

./config.json:/opt/explorer/app/platform/fabric/config.json
- ./connection-profile:/opt/explorer/app/platform/fabric/connection-profile
- ./organizations:/tmp/crypto
启动docker-compose文件,谷歌浏览器访问8080端口,密码在connection-profile文件中 test-network.json中找到

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值