metaspartan / explorer

Ethereum Block Explorer (ETHExplorer V2) - Realtime Price Ticker, Shapeshift.io Integration, etc. (Project is currently not under active development, if you have a bug fix, please open a PR) My current project can be found at https://github.com/metaspartan/denarius (D a better cryptocurrency than ETH)
Other
486 stars 330 forks source link

ETHExplorer V2 based off github.com/etherparty/explorer

ETHExplorer V2 Screenshot

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: 0xee298ae561bD7BE6e1040AFf281202E0b0646BA6

BTC Address: 1AGxSzTPkthdNKfY5usVLwKDLk9i6sPTQj

Installation

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