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

Develop/web3py #8

Closed ankitchiplunkar closed 6 years ago

ankitchiplunkar commented 6 years ago

This is a major update from the last version:

  1. The library now uses web3.py instead of ethjsonrpc to connect to a node
  2. For local nodes the library now uses IPC which is much faster
  3. Added setup file to install the library and add an entrypoint for click commands
  4. Added tests for click commands now the test coverage is 87%