Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

gemini-archive/explorer

 
 

Repository files navigation

EthExplorer

EthExplorer Screenshot

License

GPL (see LICENSE)

Installation

Install Git if you haven't already Download Nodejs and npm if you don't have them

Clone the repo

git clone https://github.com/gemini/explorer.git

Update the port for parity if necessary

This is set in app/app.js for now..

Start the program.

npm start (All dependencies will be automatically downloaded)

Open the app

Visit http://localhost:8000 in your browser of choice.

Debugging

You might get an error message:

geth --rpc --rpccorsdomain "http://localhost:8000"

Install geth if you don't already have it, then run the above command.

Then refresh the page in your browser

About

A lightweight ethereum block explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 56.5%
  • HTML 42.2%
  • CSS 1.3%