web3-starter-py/README.md
autistic-symposium-helpers ece43194c9
Fix URLs and clean up links
2024-10-14 22:26:03 +09:00

41 lines
1.5 KiB
Markdown

## 🥷🏻🐍⛓️ web3 starting kit - python edition
<br>
* [**the web3 toolkit**](web3-toolkit): a low-key *ongoing* development of a library and set of python scripts with my fav on-chain ops
* [**small web2 projects**](web2-projects) and [**boilerplates**](boilerplates): a decade+ of coding in python, some old projects, some tricks and notes
<br>
----
### other resources from the autistic symposium
<br>
* [**blockchain-science-py**](https://github.com/autistic-symposium/blockchain-science-py): several on-chain data research notebooks, trading bots, and other shenanigans
* [**blockchain-infrastructure-design**](https://github.com/autistic-symposium/blockchain-infrastructure-design): several scalable projects for blockchain big data, including a scalable event scanner
* [**master-algorithms-py**](https://github.com/autistic-symposium/master-algorithms-py): always good to understand those searches and sorting algorithms
<br>
----
### more resources
<br>
##### testing and linting
* **[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