issues
search
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:
The library now uses web3.py instead of ethjsonrpc to connect to a node
For local nodes the library now uses IPC which is much faster
Added setup file to install the library and add an entrypoint for click commands
Added tests for click commands now the test coverage is 87%
This is a major update from the last version: