Nodejs Ethereum Explorer
Features:
- Urls compatible with Etherscan
- Smart-Contract Code Detection
- API compatible with Etherscan (in progress)
GPL
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
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
Documentation: https://etherscan.io/apis
More Images