Fix URLs and clean up links

This commit is contained in:
autistic-symposium-helpers 2024-10-14 22:20:35 +09:00 committed by GitHub
parent 9910554a82
commit 8c4d0adf5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,43 +1,29 @@
## 🥷🏻🐍⛓️ 𝘄𝗲𝗯𝟯 𝘀𝘁𝗮𝗿𝘁𝗶𝗻𝗴 𝗸𝗶𝘁 - python edition ## 🥷🏻🐍⛓️ web3 starting kit - python edition
<br> <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
* [**📚 my web3 toolkit**](web3-toolkit): * [**small web2 projects**](web2-projects) and [**boilerplates**](boilerplates): a decade+ of coding in python, some old projects, some tricks and notes
- an *ongoing* development of a library and set of python scripts with my fav on-chain ops.
<br> <br>
* [**🔬 blockchain science repo**](https://github.com/go-outside-labs/blockchain-science):
- a repo with several on-chain data research notebooks, trading bots, and other shenanigans.
<br>
* [**🛠 blockchain engineering repo**](https://github.com/go-outside-labs/blockchain-data-engineering):
- a repo with several scalable projects for blockchain big data, including a scalable event scanner.
<br>
* [**🧮 my book on algorithms and data structures (published by habit media)**](https://github.com/go-outside-labs/algorithms-book-py):
- it's always good to actually understand those searches and sortings algorithms.
<br>
* [**🔥 small projects, code, and language tricks**](web2-projects):
- a decade of coding in python, some old projects, some tricks and notes.
<br>
---- ----
### external resources ### other resources at the autistic symposium
<br> <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 ##### testing and linting
@ -49,11 +35,7 @@
* **[tox](https://tox.wiki/en/latest/)** * **[tox](https://tox.wiki/en/latest/)**
* **[google style guide](https://google.github.io/styleguide/pyguide.html)** * **[google style guide](https://google.github.io/styleguide/pyguide.html)**
<br>
##### web3-specific ##### web3-specific
* **[async web3py](https://github.com/BobTheBuidler/dank_mids)** * **[async web3py](https://github.com/BobTheBuidler/dank_mids)**: middleware for batching eth calls intos multicalls
- middleware for batching eth calls intos multicalls.