https://github.com/fisco-bcos/fisco-bcos-browser
A broswer to show the detail infomation of a running FISCO BCOS chain
https://github.com/fisco-bcos/fisco-bcos-browser
blockchain-explorer explorer fisco-bcos
Last synced: about 1 month ago
JSON representation
A broswer to show the detail infomation of a running FISCO BCOS chain
- Host: GitHub
- URL: https://github.com/fisco-bcos/fisco-bcos-browser
- Owner: FISCO-BCOS
- License: gpl-3.0
- Created: 2017-12-13T03:06:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T15:01:45.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T10:28:07.461Z (7 months ago)
- Topics: blockchain-explorer, explorer, fisco-bcos
- Language: Vue
- Homepage: https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/browser/browser.html
- Size: 64.1 MB
- Stars: 179
- Watchers: 13
- Forks: 116
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# FISCO-BCOS 2.0区块链浏览器
[](https://www.codefactor.io/repository/github/FISCO-BCOS/fisco-bcos-browser)
[](https://github.com/FISCO-BCOS/fisco-bcos-browser)
[](http://www.apache.org/licenses/)
[](https://github.com/FISCO-BCOS/fisco-bcos-browser/releases)
**全新适配FISCO-BCOS 2+版本,如果使用FISCO-BCOS 1.2或1.3版本请用[v1.2.1版本](https://github.com/FISCO-BCOS/fisco-bcos-browser/releases/tag/v1.2.1)。**
区块链浏览器将区块链中的数据可视化,并进行实时展示。方便用户以Web页面的方式,获取当前区块链中的信息。觉得不错的话,就给个[Star](https://github.com/FISCO-BCOS/fisco-bcos-browser)⭐️吧~~~

详细了解,请阅读[**技术文档**](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/browser/browser.html)。
# 社区相关项目
- 基于python-sdk开发的纯Python区块链浏览器 FiscoBcos-PyConsole
FiscoBcos-PyConsole 是基于 python-sdk 开发的纯Python区块链浏览器。 对现有的浏览器进行了改进,本工程只需要Python3.5+ 即可,不再需要Python2.7, Java, 以及MySQL。
并且对区块链数据及参数进行了Restful 的接口封装,可以直接进行HTTP请求。
详情[点击这里](https://github.com/Wall-ee/FiscoBcos-PyConsole)
- 基于 Docker 部署的区块链浏览器
方便一键部署,仅依赖 Docker 和 docker-compose,适配 FISCO BCOS 2.0。
详情[点击这里](https://github.com/YoungWilliamZ/fisco-bcos-browser-docker)