mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-16 13:42:24 -04:00
👾 blockchain starting kit - python edition
argparseawesomeawesome-pythonblockchainboilerplatecli-appsclickconcurrencydashboardsethereumpythonpython3python-cli-boilerplateweb3web3py
![]() Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
boilerplates | ||
web2-projects | ||
web3-toolkit | ||
.gitignore | ||
README.md |
🥷🏻🐍⛓️ 𝘄𝗲𝗯𝟯 python
our projects
- 📚 web3-toolkit-py:
- an ongoing development of a library and set of python scripts with my fav on-chain ops.
- 🔬 blockchain science repo:
- a repo with several on-chain data research notebooks, trading bots, and other shenanigans.
- 🛠 blockchain engineering repo:
- a repo with several scalable projects for blockchain big data, including a scalable event scanner.
- 🧮 my book on algorithms and data structures (published by habit media):
- it's always good to actually understand those searches and sortings algorithms. published in 2015.
- 🔥 projects, source code, and language tricks:
- a decade of coding in python, some old projects, some tricks and notes.
external resources
testing and linting
web3-specific
- async web3py
- middleware for batching eth calls intos multicalls.