Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit a513328

Browse files
committed
Merge branch 'develop' of https://github.com/cryptape/Microscope into develop
2 parents eaa2ec6 + e4e3d53 commit a513328

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

README.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
# Getting Started
1+
[![MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/cryptape/microscope)
2+
[![AppChain](https://img.shields.io/badge/made%20for-Nervos%20AppChain-blue.svg)](https://appchain.nervos.org/)
3+
4+
# Overview
5+
6+
Microscope provides an easy-to-use user interface to inspect every cell of every AppChain. Yes, every AppChain, due to the ability to switch target chain in Metadata Panel of the Microscope.
7+
8+
# About Microscope
9+
10+
Microscope is a blockchain explorer built with [React](https://reactjs.org/) for inspecting any AppChain. It supports searching block, transaction, account and invoking call method of smart contract. It also can work with [ReBirth](https://github.com/cryptape/re-birth) to display a list of blocks and transactions on specified conditions, or even analyzes AppChain working status.
11+
12+
## Features
13+
14+
- [x] **Open Source Development**: This project is welcome anyone to use and PR.
15+
- [x] **Multi-Chain Switch**: This project supports switch between any AppChain.
16+
- [x] **Smart Contract Support**: This project provides a user friendly interface to call methods of smart contracts.
17+
- [x] **User Customized**: This project supports a config page to specify which value should be displayed.
18+
- [x] **Progressive**: This project is under progressive development, which means it can work independently, and is able to work with [ReBirth](https://github.com/cryptape/re-birth), another project for AppChain.
19+
- [x] **Internationalized**: This project supports i18n, default to 中文 and Englisgh.
20+
21+
## Getting Started
22+
23+
- [Development](#development)
24+
25+
- [Usage](#usage)
26+
27+
# Development
228

329
1. clone the repo
430

@@ -46,7 +72,7 @@ yarn start
4672
yarn run build:prod
4773
```
4874

49-
# How to use
75+
# Usage
5076

5177
## Set appchain
5278

@@ -62,7 +88,7 @@ Homeage includes `Latest 10 Blocks` and `Latest 10 Transactions`
6288

6389
### Block
6490

65-
> NOTICE: This page only works with [ReBirth](https://github.com/cryptape/ReBirth), the server caching appchain.
91+
> NOTICE: This page only works with [ReBirth](https://github.com/cryptape/re-birth), the server caching appchain.
6692
6793
**Block Page** show list of blocks, the table items can be specified in **Config Page**
6894

@@ -76,7 +102,7 @@ Block Detail can be inspected via table link.
76102

77103
### Transaction
78104

79-
> NOTICE: This page only works with [ReBirth](https://github.com/cryptape/ReBirth), the server caching appchain.
105+
> NOTICE: This page only works with [ReBirth](https://github.com/cryptape/re-birth), the server caching appchain.
80106
81107
**Transaction Page** show list of transaction, the table items can be specified in **Config Page**
82108

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "nervos-web",
2+
"name": "Microscope",
33
"version": "0.1.0",
44
"description": "NervOS Web",
55
"main": "index.js",
6-
"repository": "https://github.com/CITA-Toys/CITA-Toys-Wallet",
6+
"repository": "https://github.com/cryptape/microscope",
77
"author": "Keith <[email protected]>",
88
"license": "MIT",
99
"scripts": {

0 commit comments

Comments
 (0)