Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 485 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 485 Bytes

PURPOSE

  • The format of the data for an Ethereum node doesn't provide much out-of-the-box insight
  • The goal of this repository is to build a local database that stores necessary data to enable easier insight from your node's data
    • The additional data includes address names scraped from the web and parsed/organized "raw" blockchain data

REQUIREMENTS

  • erigon node
  • PostgreSQL
  • requirements.txt

STEPS

  • Needs to be refactored but other items have taken priority