From e48efef9dc6802843ffab2a95304fd6d80b4dab3 Mon Sep 17 00:00:00 2001
From: "mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Fri, 13 Jan 2023 17:38:44 -0800
Subject: [PATCH] async web3py middleware for batching eth calls intos
multicalls
---
README.md | 36 +++++++++++++++++-------------------
1 file changed, 17 insertions(+), 19 deletions(-)
diff --git a/README.md b/README.md
index f1dc704..5f744cb 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,8 @@
-### in this repo
+### my [ongoing] web3 projects and templates
-
-
-#### my [ongoing] web3 projects and templates
-
-
* [📚 web3toolkit](web3toolkit)
- an ongoing development of a library and set of python scripts with my fav on-chain ops.
@@ -19,7 +14,19 @@
-#### boilerplates
+---
+
+### external web3 resources
+
+* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)
+
+
+
+
+
+---
+
+### [my old] boilerplates
@@ -36,11 +43,10 @@
+---
+### [my over the years] web2 projects and templates
-#### my [over the years] web2 projects and templates
-
-
* [magic pen](small-projects/magic-pen)
* [maze puzzle](small-projects/maze-puzzle)
@@ -54,11 +60,8 @@
----
-### resources
+### general resources
-
-
-##### basics
* [black](https://github.com/psf/black)
* [flake8 ](https://flake8.pycqa.org/en/latest/)
@@ -66,11 +69,6 @@
* [unittest](https://docs.python.org/3/library/unittest.html)
* [nose](https://nose.readthedocs.io/en/latest/)
* [tox](https://tox.wiki/en/latest/)
-
-
-
-##### learning
-
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
* [google style guide](https://google.github.io/styleguide/pyguide.html)