Skip to content

xops/expedition

This branch is 55 commits ahead of, 1 commit behind etclabscore/expedition:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a49473 Â· Aug 13, 2021
Apr 30, 2021
Feb 21, 2019
Nov 16, 2019
Aug 12, 2021
Jun 3, 2019
Sep 11, 2019
Oct 16, 2020
Apr 30, 2021
Oct 21, 2020
Apr 24, 2019
Nov 8, 2019
Oct 2, 2019
Feb 1, 2019
Nov 15, 2019
Jan 31, 2019
Aug 13, 2021
Apr 3, 2019
Feb 4, 2019
Jun 3, 2019
Aug 12, 2021
Mar 30, 2021
Nov 15, 2019
Jun 27, 2019
Jun 27, 2019
Jun 3, 2019

Repository files navigation

Expedition

Expedition

A block explorer for the Ethereum Stack.
View Demo · Report Bug · Request Feature

expedition_gif

Table of Contents

About The Project

Expedition is a minimal block explorer for Ethereum Stack. It does not use a database, and can be configured to point at any remote RPC node for any EVM-based network. The goal of the Explorer is to provide a resource for network information and block exploration with only an Ethereum EPC endpoint.

Explorer Features:

  • Display chain id
  • Syncing status
  • Runtime configuration for endpoints
  • Search by Block, Transaction, Address
  • Charts for hash, transaction count, gas used, uncles
  • Preview latest blocks with pagination
  • Multi-language support

Getting Started

Prerequisites

  • node v10.15.3 or later
  • npm v6.4.1 or later

Installation

Clone/ download the project, and install dependencies.

git clone https://github.com/xops/expedition.git && cd expedition && npm install

Usage

Start the explorer

npm start

The explorer will run at http://localhost:3000/.

Configurations

Set rpc via url

?rpcUrl= Set custom rpc url.

Example:

http://localhost:3000/?rpcUrl=https://www.ethercluster.com/kotti

Configure default urls via environment variables

Override eth url

REACT_APP_ETH_RPC_URL=https://www.ethercluster.com/kotti npm start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.

License

Apache License 2.0

Resources


This repo originally forked from ETCDEVTeam/emerald-explorer.

About

🧭 A block explorer for the Ethereum stack.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.4%
  • Other 1.6%