3exp8 / moonbeam-explorer-expedition

Temporary Moonbeam explorer, leveraging the Expedition block explorer open source solution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moonbeam Expedition TestNet

Moonbeam Explorer Testnet is a simple Block Explorer for Moonbeam Testnet/Mainet & ETH RPC extending the expedition app (https://expedition.dev).

The original Moonbeam themed explorer can be found here: https://github.com/aadorian/MoonBeamExplorer

Features:

  • Display chain id, syncing status and runtime configuration for endpoints,search by block, transaction, address, charts for hash, transaction count, gas used, uncles, latest blocks with pagination, etc.
  • Multi-language support (added Spanish).
  • Moonbeam Look and Feel (Dark and Light).

Snapshots

Videos

Explorer Transaction Example using Metamask

https://youtu.be/UD0OK3uYtqA

Installation

Prerequisites

  • node v10.15.3 or later
  • npm v6.4.1 or later Clone/ download the project, and install dependencies.
git clone  URL  && cd MoonbeamExplorer && npm install

Usage

Start the explorer

npm start

The explorer will run at http://localhost:3000/ & Jade Service Runner will run at http://localhost:8002/.

License

Apache License 2.0

Resources

Moonbeam Network https://moonbeam.network

Fix:

  • - Uncles: list in graph (remove)
  • Hash Rate: list in graph (remove)
  • Slider o dropdown menu to change between Moonbase Alpha, Standalone (http://127.0.0.1:9933/) or Custom RPC (los cuales quedaron harcodeadas en las direcciones de Moonbase alpha actual y el 127.0.0.1:9933 de todas formas se puede utilizar otra rpc )
  • Time stamp relative to the last block (between parenthesis)
  • Fix the more stats page (Leave Miner by address, probably change it to Collator by address), Remove Miners by extra data, remove extra data field
  • Remove the Light Theme

About

Temporary Moonbeam explorer, leveraging the Expedition block explorer open source solution.

License:Apache License 2.0


Languages

Language:TypeScript 99.3%Language:HTML 0.3%Language:CSS 0.2%Language:JavaScript 0.2%