An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)