Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taoso/eth-finder
https://github.com/taoso/eth-finder
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taoso/eth-finder
- Owner: taoso
- License: other
- Created: 2018-02-06T13:50:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T08:14:01.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T08:38:59.591Z (2 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ETHExplorer
![ETHExplorer V2 Screenshot](http://i.imgur.com/wgROAS9.png)
## Installation
npm install
bower install
npm startMake 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