From 7c82af2ef893ca9326b2183d1cec34b506eb6482 Mon Sep 17 00:00:00 2001 From: "motherofbots.eth" <127235106+lilith377@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:49:17 -0700 Subject: [PATCH] Update README.md --- README.md | 46 ++++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 3b33c71..869848e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# 🧱⛓☠️ blockchain hacking +# ⛓🍕 blockchain hacking for the honorable

- +

@@ -12,13 +12,14 @@
-## tl; dr +### tl; dr: -
-##### 👾 this repository contains resources for blockchain gray hackers. check out [mev-toolkit](https://github.com/go-outside-labs/mev-toolkit) as well. +##### 👾 this repository is a catalog from my own (free time / out-of-curiosity) research and development. i open-source it to fight some lousy actors' agenda to conceal the space. there are a lot of just people working on making ensure stays fair. if you are passionate about decentralization and self-sovereignty, don't be intimidated by the toxicity in the space: do your homework and join us (we need you). + + +##### 🏴‍☠️ if you are interested on mev-related resources, check out our [mev-toolkit](https://github.com/go-outside-labs/mev-toolkit). as everything in life, the *most valuable commodity is information*. -##### ⚠️ these are from my own (free time / out-of-curiosity) research. use it at your own risk. @@ -26,24 +27,33 @@ --- -### dirs in this repo +### I. learn the basics + +* [oracles](oracles) +* [cryptography](cryptography) +* [l2s && rollups](l2_and_rollups) +* [the evm && opcodes](evm_and_opcodes) +* [decentralized storage](decentralized_storage) +* [vulnerabilities](vulnerabilities) +* [solana](solana) +* [cosmos](cosmos)
-* [cosmos](cosmos) -* [attack reviews](attack_reviews) -* [cryptography](cryptography) -* [decentralized storage](decentralized_storage) -* [dynamic analysis](dynamic_analysis) -* [the evm && opcodes](evm_and_opcodes) -* [gray hacker tools](gray_hat_tools) +### II. learn the tools + * [hardhat](hardhat) -* [l2s && rollups](l2_and_rollups) -* [oracles](oracles) -* [solana](solana) +* [gray hacker tools](gray_hat_tools) * [static analysis](static_analysis) -* [vulnerabilities](vulnerabilities) +* [dynamic analysis](dynamic_analysis) + + +
+ +### III. learn from history + * [bug hunting](bug_hunting) +* [attack reviews](attack_reviews)