From f252be6ff0385544146631e6c6afc37da7f8e035 Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Sat, 24 Dec 2022 15:00:22 -0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c084ded..cfec559 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,13 @@ ### my [ongoing] web3 projects and templates -* [web3-python-toolkit](web3_python_toolkit) - - an on-going development of a library and set of python scripts with my fav on-chain ops. +
+* [📚 web3-python-toolkit](web3_python_toolkit) + - 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.
@@ -16,6 +19,8 @@ ### my [over the years] web2 projects and templates +
+ #### side and fun projects * [finding a blob boundary](small-projects/finding-blob-boundary) @@ -24,7 +29,6 @@ * [parsing medium posts](small-projects/medium) * [encoding decimals](small-projects/enconding-decimals/) -
#### boilerplates @@ -36,7 +40,7 @@ * [concurrency](boilerplates-concurrency) * [optimization](boilerplates-optimization) -
+ #### tests @@ -49,7 +53,9 @@ ---- -### external resources +### python resources + +
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book) * [google style guide](https://google.github.io/styleguide/pyguide.html)