analyseether / ether_sql

A python library to push ethereum blockchain data into an sql database.
http://ether-sql.readthedocs.io
Apache License 2.0
69 stars 22 forks source link

Use py-evm to directly push data in psql while syncing or from level-db #11

Open ankitchiplunkar opened 6 years ago

ankitchiplunkar commented 6 years ago

Py-evm+trinity are new nodes written in python I want to integrate the capability to directly push block-data in the nodes while the node is syncing or from a level-db after it has synced.