Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 510 Bytes

Lightweight Ethereum Explorer

This is a lightweight ethereum explorer that runs without db. It just grabs data using web3.js

TODO

  • Loading indicator
  • Error handling
  • Improve stats (blocks per second, gas limit, etc)
  • Allow users to select provider? That can be done with metamask
  • 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