From 7b9c77319246d1cb69a4d13b94b3fc027af3d3bc Mon Sep 17 00:00:00 2001 From: "steinkirch.eth, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Sun, 4 Jun 2023 19:30:59 -0700 Subject: [PATCH] add link to my light libp2p implementation --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c30f152..a11ff34 100644 --- a/README.md +++ b/README.md @@ -43,20 +43,24 @@
-##### general python - -* [black](https://github.com/psf/black) -* [flake8 ](https://flake8.pycqa.org/en/latest/) -* [pre-commit](https://pre-commit.com/) -* [unittest](https://docs.python.org/3/library/unittest.html) -* [nose](https://nose.readthedocs.io/en/latest/) -* [tox](https://tox.wiki/en/latest/) -* [google style guide](https://google.github.io/styleguide/pyguide.html) +* **[🧊 my (light) implementation of libp2p](https://github.com/go-outside-labs/libp2p-light-py)**
-##### web3 specific +##### testing and linting -* [async web3py](https://github.com/BobTheBuidler/dank_mids) +* **[black](https://github.com/psf/black)** +* **[flake8 ](https://flake8.pycqa.org/en/latest/)** +* **[pre-commit](https://pre-commit.com/)** +* **[unittest](https://docs.python.org/3/library/unittest.html)** +* **[nose](https://nose.readthedocs.io/en/latest/)** +* **[tox](https://tox.wiki/en/latest/)** +* **[google style guide](https://google.github.io/styleguide/pyguide.html)** + +
+ +##### web3-specific + +* **[async web3py](https://github.com/BobTheBuidler/dank_mids)** - middleware for batching eth calls intos multicalls.