add link to my light libp2p implementation

This commit is contained in:
steinkirch.eth, phd 2023-06-04 19:30:59 -07:00 committed by GitHub
parent 36be9668e7
commit 7b9c773192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,20 +43,24 @@
<br>
##### 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)**
<br>
##### 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)**
<br>
##### web3-specific
* **[async web3py](https://github.com/BobTheBuidler/dank_mids)**
- middleware for batching eth calls intos multicalls.