Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taoso/eth-finder


https://github.com/taoso/eth-finder

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# ETHExplorer

![ETHExplorer V2 Screenshot](http://i.imgur.com/wgROAS9.png)

## Installation

npm install
bower install
npm start

Make sure to install geth as well for the ETH explorer to be able to function. Then run:

`geth --rpc --rpcaddr localhost --rpcport 8545 --rpcapi "web3,eth" --rpccorsdomain "http://localhost:8000"`

Then visit http://localhost:8000 in your browser of choice after you npm start the explorer