mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-07-22 06:29:04 -04:00
add script for eth_getLogs
This commit is contained in:
parent
e4ebbcc289
commit
2907a8f042
2 changed files with 198 additions and 4 deletions
19
README.md
19
README.md
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue