Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 760 Bytes

Moonbeam Basic Explorer

Moonbeam Basic Explorer is a simple ETH JSON RPC based block explorer adapted for Moonbeam

Forked from Expedition.

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

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