mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 14:10:21 -04:00
async web3py middleware for batching eth calls intos multicalls
This commit is contained in:
parent
0856f3b209
commit
e48efef9dc
1 changed files with 17 additions and 19 deletions
36
README.md
36
README.md
|
@ -3,13 +3,8 @@
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
### in this repo
|
### my [ongoing] web3 projects and templates
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
#### my [ongoing] web3 projects and templates
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
* [📚 web3toolkit](web3toolkit)
|
* [📚 web3toolkit](web3toolkit)
|
||||||
- an ongoing development of a library and set of python scripts with my fav on-chain ops.
|
- an ongoing development of a library and set of python scripts with my fav on-chain ops.
|
||||||
|
@ -19,7 +14,19 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
#### boilerplates
|
---
|
||||||
|
|
||||||
|
### external web3 resources
|
||||||
|
|
||||||
|
* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### [my old] boilerplates
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
@ -36,11 +43,10 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### [my over the years] web2 projects and templates
|
||||||
|
|
||||||
#### my [over the years] web2 projects and templates
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
* [magic pen](small-projects/magic-pen)
|
* [magic pen](small-projects/magic-pen)
|
||||||
* [maze puzzle](small-projects/maze-puzzle)
|
* [maze puzzle](small-projects/maze-puzzle)
|
||||||
|
@ -54,11 +60,8 @@
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### resources
|
### general resources
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
##### basics
|
|
||||||
|
|
||||||
* [black](https://github.com/psf/black)
|
* [black](https://github.com/psf/black)
|
||||||
* [flake8 ](https://flake8.pycqa.org/en/latest/)
|
* [flake8 ](https://flake8.pycqa.org/en/latest/)
|
||||||
|
@ -66,11 +69,6 @@
|
||||||
* [unittest](https://docs.python.org/3/library/unittest.html)
|
* [unittest](https://docs.python.org/3/library/unittest.html)
|
||||||
* [nose](https://nose.readthedocs.io/en/latest/)
|
* [nose](https://nose.readthedocs.io/en/latest/)
|
||||||
* [tox](https://tox.wiki/en/latest/)
|
* [tox](https://tox.wiki/en/latest/)
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
##### learning
|
|
||||||
|
|
||||||
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
|
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
|
||||||
* [google style guide](https://google.github.io/styleguide/pyguide.html)
|
* [google style guide](https://google.github.io/styleguide/pyguide.html)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue