mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-15 05:02:12 -04:00
👾 blockchain starting kit - python edition
argparseawesomeawesome-pythonblockchainboilerplatecli-appsclickconcurrencydashboardsethereumpythonpython3python-cli-boilerplateweb3web3py
.github | ||
boilerplates | ||
web2-projects | ||
web3-toolkit | ||
.gitignore | ||
README.md |
🥷🏻🐍⛓️ 𝘄𝗲𝗯𝟯 𝘀𝘁𝗮𝗿𝘁𝗶𝗻𝗴 𝗸𝗶𝘁 - python edition
- 📚 my web3 toolkit:
- 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.
- 🔥 small projects, 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.