Wallet Checker

Landing page of the app, with basic explanations of each route

Entry for Ethereum transactions crawler task. Here is basic index of the website:

  • Wallet Configuration - set applicable wallet that other pages will use for their own nefarious purposes
  • Transactions - page for checking out all transcations of the configured wallet starting from specific block
  • Time Machine - travel at specific point in time in the past to see the value of configured wallet at that timestamp

App also features Rest API that can be used to do exact same things you can do via this website, just programatically.
Here is list of endpoints and their parameters belonging to the said API:

GET /api/transcations wallet,start_block -> transactions[]
GET /api/balance wallet,timestamp -> balance

App itself uses this API as well, to hide credentials on the server. Parameters are supplied via query.