sthnaqvi / explorer

Ethererum Blockchain Explorer to show the details of the blocks and transactions via web3- Realtime Price Ticker, etc.
https://explorer.ethorbit.com
MIT License
69 stars 52 forks source link
angularjs blockchain blockchain-explorer blockchain-technology bootstrap bootswatch-theme eth ethereum ethereum-address ethereum-blockchain ethereum-contract ethereum-token ethorbit explorer geth web3 web3js

ETH Block Explorer based off github.com/etherparty/explorer

ETH Block Explorer Screenshot

Demo

https://explorer.ethorbit.com/

License

The code in this branch is licensed under GPLv3 (see LICENSE file) Feel free to modify or reuse the code here.

Reddit

Discuss this project at: Reddit Page on /r/ethreum

Donations

ETH Address: 0x1BDA9C6A37ECd91940df1E7559A8403ecE9806D1

Installation

git clone https://github.com/sthnaqvi/explorer
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

Updates since original etherpaty/explorer base:

If you want to disable auto refresh/auto new block show, just comment line no 13-22 at: app/scripts/controllers/mainController.js