mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-06-04 13:18:52 -04:00
74 lines
1.7 KiB
Markdown
74 lines
1.7 KiB
Markdown
## 🥷🏻🐍⛓️ playing pvp in the metaweb: python edition
|
|
|
|
<br>
|
|
|
|
|
|
### 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.
|
|
|
|
* [🔬 check my blockchain-science](https://github.com/go-outside-labs/blockchain-science)
|
|
- a repo with several on-chain data research notebooks.
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
### external web3 resources
|
|
|
|
* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)
|
|
|
|
|
|
<br>
|
|
|
|
|
|
---
|
|
|
|
### [my old] boilerplates
|
|
|
|
<br>
|
|
|
|
* [click](boilerplates-click)
|
|
* [fast api](fastapi-location-app)
|
|
* [argparse](boilerplates-argparse)
|
|
* [security](boilerplates-security)
|
|
* [unit tests](boilerplates-tests)
|
|
* [concurrency](boilerplates-concurrency)
|
|
* [optimization](boilerplates-optimization)
|
|
* [orchestration](boilerplates-orchestration)
|
|
* [dash + plot.ly](boilerplates-dash)
|
|
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
### [my over the years] web2 projects and templates
|
|
|
|
|
|
* [magic pen](small-projects/magic-pen)
|
|
* [maze puzzle](small-projects/maze-puzzle)
|
|
* [blob boundary](small-projects/finding-blob-boundary)
|
|
* [parsing medium blog](small-projects/medium)
|
|
* [encoding and decoding](small-projects/enconding-decimals/)
|
|
|
|
|
|
<br>
|
|
|
|
|
|
----
|
|
|
|
### general resources
|
|
|
|
|
|
* [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/)
|
|
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
|
|
* [google style guide](https://google.github.io/styleguide/pyguide.html)
|
|
|