# fisco-bcos-browser **Repository Path**: orangebe/fisco-bcos-browser ## Basic Information - **Project Name**: fisco-bcos-browser - **Description**: 区块链浏览器将区块链中的数据可视化,并进行实时展示 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 24 - **Created**: 2022-05-08 - **Last Updated**: 2022-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FISCO-BCOS 2.0区块链浏览器 [![CodeFactor](https://www.codefactor.io/repository/github/FISCO-BCOS/fisco-bcos-browser/badge)](https://www.codefactor.io/repository/github/FISCO-BCOS/fisco-bcos-browser) [![Code Lines](https://tokei.rs/b1/github/FISCO-BCOS/fisco-bcos-browser?category=code)](https://github.com/FISCO-BCOS/fisco-bcos-browser) [![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)](http://www.apache.org/licenses/) [![GitHub (pre-)release](https://img.shields.io/github/release/FISCO-BCOS/fisco-bcos-browser/all.svg)](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)⭐️吧~~~ ![](./img/overview.png) 详细了解,请阅读[**技术文档**](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)