https://github.com/alanverbner/lightweight-eth-explorer
Lightweight Ethereum explorer based on Web3 for dev purposes
https://github.com/alanverbner/lightweight-eth-explorer
blockchain-explorer ethereum reactjs web3
Last synced: 11 months ago
JSON representation
Lightweight Ethereum explorer based on Web3 for dev purposes
- Host: GitHub
- URL: https://github.com/alanverbner/lightweight-eth-explorer
- Owner: AlanVerbner
- License: mit
- Created: 2017-10-28T18:31:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T12:23:33.000Z (over 8 years ago)
- Last Synced: 2025-06-03T01:31:26.304Z (about 1 year ago)
- Topics: blockchain-explorer, ethereum, reactjs, web3
- Language: JavaScript
- Size: 3.49 MB
- Stars: 10
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lightweight Ethereum Explorer
This is a lightweight ethereum explorer that runs without db. It just grabs data using web3.js
## TODO
- [x] Loading indicator
- [ ] Error handling
- [ ] Improve stats (blocks per second, gas limit, etc)
- [x] ~Allow users to select provider?~ That can be done with metamask
- [x] Fix gh-pages deploy (there is something wrong with the routes)
- [ ] Look for `FIXME` and fix them :P
- [ ] Tests
- [ ] Use localstorage to cache N downloaded blocks
- [ ] Complete this `README`