From 8c4d0adf5eb870dd3ad4c8b19301eaa58626b7c5 Mon Sep 17 00:00:00 2001
From: autistic-symposium-helpers
<138340846+autistic-symposium-helpers@users.noreply.github.com>
Date: Mon, 14 Oct 2024 22:20:35 +0900
Subject: [PATCH] Fix URLs and clean up links
---
README.md | 50 ++++++++++++++++----------------------------------
1 file changed, 16 insertions(+), 34 deletions(-)
diff --git a/README.md b/README.md
index 2d38c6f..1d3e5ed 100644
--- a/README.md
+++ b/README.md
@@ -1,43 +1,29 @@
-## 🥷🏻🐍⛓️ 𝘄𝗲𝗯𝟯 𝘀𝘁𝗮𝗿𝘁𝗶𝗻𝗴 𝗸𝗶𝘁 - python edition
+## 🥷🏻🐍⛓️ web3 starting kit - python edition
-
-* [**📚 my web3 toolkit**](web3-toolkit):
- - an *ongoing* development of a library and set of python scripts with my fav on-chain ops.
+* [**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
-* [**🔬 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.
-
-
-
-* [**🛠 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.
-
-
-
-
-* [**🧮 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.
-
-
-
-
-
-* [**🔥 small projects, code, and language tricks**](web2-projects):
- - a decade of coding in python, some old projects, some tricks and notes.
-
-
-
-
----
-### external resources
+### other resources at the autistic symposium
+* [**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
+
+
+
+----
+
+### more resources
+
+
##### testing and linting
@@ -49,11 +35,7 @@
* **[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.
+* **[async web3py](https://github.com/BobTheBuidler/dank_mids)**: middleware for batching eth calls intos multicalls