You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2020. It is now read-only.
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
2
28
3
29
1. clone the repo
4
30
@@ -46,7 +72,7 @@ yarn start
46
72
yarn run build:prod
47
73
```
48
74
49
-
# How to use
75
+
# Usage
50
76
51
77
## Set appchain
52
78
@@ -62,7 +88,7 @@ Homeage includes `Latest 10 Blocks` and `Latest 10 Transactions`
62
88
63
89
### Block
64
90
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.
66
92
67
93
**Block Page** show list of blocks, the table items can be specified in **Config Page**
68
94
@@ -76,7 +102,7 @@ Block Detail can be inspected via table link.
76
102
77
103
### Transaction
78
104
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.
80
106
81
107
**Transaction Page** show list of transaction, the table items can be specified in **Config Page**
0 commit comments