add script for eth_getLogs

This commit is contained in:
osiris account 2023-03-11 13:44:59 -08:00
parent e4ebbcc289
commit 2907a8f042
2 changed files with 198 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<br>
### my web3 projects and code
### web3 projects and code
<br>
@ -11,9 +11,13 @@
* [**📚 web3-toolkit-py**](web3toolkit):
- an *ongoing* development of a library and set of python scripts with my fav on-chain ops.
<br>
* [**🔬 blockchain science repo**](https://github.com/go-outside-labs/blockchain-science):
- a repo with several on-chain data research notebooks, trading bots, and other shenanigans.
<br>
* [**🧮 published book on algorithms and data structures**](https://github.com/go-outside-labs/algorithms-book-py):
- it's always good to actually understand those searches and sortings algorithms. published in 2015.
@ -42,8 +46,8 @@
* [magic pen](small-projects/magic-pen)
* [maze puzzle](small-projects/maze-puzzle)
* [blob boundary](small-projects/finding-blob-boundary)
* [parsing medium blog](small-projects/medium)
* [encoding and decoding](small-projects/enconding-decimals/)
* [parsing medium posts](small-projects/medium)
* [encoding, decoding](small-projects/enconding-decimals/)
<br>
@ -51,10 +55,12 @@
----
### general links (just useful stuff)
### more resources
<br>
##### general python
* [black](https://github.com/psf/black)
* [flake8 ](https://flake8.pycqa.org/en/latest/)
* [pre-commit](https://pre-commit.com/)
@ -62,5 +68,10 @@
* [nose](https://nose.readthedocs.io/en/latest/)
* [tox](https://tox.wiki/en/latest/)
* [google style guide](https://google.github.io/styleguide/pyguide.html)
<br>
##### web3 specific
* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)