/eth-explorer

Simple Nodejs Ethereum Explorer

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Ethereum Explorer (Opensource)

Nodejs Ethereum Explorer

Features:

  1. Urls compatible with Etherscan
  2. Smart-Contract Code Detection
  3. API compatible with Etherscan (in progress)

EthExplorer Screenshot

License

GPL

Installation

Install Git if you haven't already

Clone the repo

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

npm i bower -g

Download Nodejs and npm if you don't have them

Run GETH or Ganache

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

Or Ganache

npm i ganache-cli -g

ganache-cli \
  --hostname="0.0.0.0" \
  --port=8545 \
  --networkId=777 \
  --accounts=50 \
  --defaultBalanceEther=1000000 \
  --mnemonic="xmr bch btg ltc eth eos xem ada dash btc zec"

Edit the connection to the ethereum explorer/app/config.json -> rpcUrl

Start the program. All dependencies will be automatically downloaded

npm install

bower install

npm start

Open http://127.0.0.1:8000

API

http://127.0.0.1:8000/api

Documentation: https://etherscan.io/apis

More Images

Address Info

Address

Block

Blocks

Block Info

Block Info

Transaction

Block Info