An open API service indexing awesome lists of open source software.

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

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`