Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sthnaqvi/explorer
Ethererum Blockchain Explorer to show the details of the blocks and transactions via web3- Realtime Price Ticker, etc.
https://github.com/sthnaqvi/explorer
angularjs blockchain blockchain-explorer blockchain-technology bootstrap bootswatch-theme eth ethereum ethereum-address ethereum-blockchain ethereum-contract ethereum-token ethorbit explorer geth web3 web3js
Last synced: 24 days ago
JSON representation
Ethererum Blockchain Explorer to show the details of the blocks and transactions via web3- Realtime Price Ticker, etc.
- Host: GitHub
- URL: https://github.com/sthnaqvi/explorer
- Owner: sthnaqvi
- License: mit
- Created: 2017-12-24T17:48:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T16:51:58.000Z (over 5 years ago)
- Last Synced: 2023-03-02T14:26:42.077Z (almost 2 years ago)
- Topics: angularjs, blockchain, blockchain-explorer, blockchain-technology, bootstrap, bootswatch-theme, eth, ethereum, ethereum-address, ethereum-blockchain, ethereum-contract, ethereum-token, ethorbit, explorer, geth, web3, web3js
- Language: JavaScript
- Homepage: https://explorer.ethorbit.com
- Size: 18.9 MB
- Stars: 70
- Watchers: 10
- Forks: 51
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ETH Block Explorer based off github.com/etherparty/explorer
![ETH Block Explorer Screenshot](https://i.imgur.com/8dPnAct.jpg)
## Demo
[https://explorer.ethorbit.com/](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.Discuss this project at: [Reddit Page on /r/ethreum](https://www.reddit.com/r/ethereum/comments/7lwft2/new_ethereum_block_explorer_updated_version_of/)
## 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:
- Regular Expressions completed for Addresses, Block #s, and Transacions IDs (aka Search works great)
- The theme is based off Bootstrap V3 for responsive design.
- You can easily change from a cosmo or light theme utilizing https://bootswatch.com
- There is a basic API implemented now as well as well as a Ethereum Blockchain Information page
- Realtime ETH/USD Price Ticker
- Realtime Ethereum Hashrate
- Address Pages are integrated with Shapeshift to easily send a payment to an address.
- Responsive design
- Fontawesome Icons
- Block Time Averages
- Gas Prices/Limits
- Total/Current Difficulty
- Realtime latest blocks and recent transactions
- Other random blockchain info stats were added_If you want to disable auto refresh/auto new block show, just comment line no 13-22 at: [app/scripts/controllers/mainController.js](https://github.com/sthnaqvi/explorer/blob/3a08032fc8550a863ae49acf0bdd45bfe2d961d1/app/scripts/controllers/mainController.js#L13-L22)_