From 38c0d30a31322247728d3acdb014d68b001bcd77 Mon Sep 17 00:00:00 2001
From: "dr. mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Fri, 10 Feb 2023 10:44:38 -0800
Subject: [PATCH] Create README.md
---
.../general_code/code_resources/README.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 MEV_searchers/general_code/code_resources/README.md
diff --git a/MEV_searchers/general_code/code_resources/README.md b/MEV_searchers/general_code/code_resources/README.md
new file mode 100644
index 0000000..edcc7b2
--- /dev/null
+++ b/MEV_searchers/general_code/code_resources/README.md
@@ -0,0 +1,19 @@
+## general resources for searcher operators
+
+
+
+
+
+* [vanity address generator for CREATE2 addresses](https://github.com/johguse/ERADICATE2)
+* [metamorphic: a factory contract for redeployable](https://github.com/0age/metamorphic)
+* [bundle generator](https://github.com/Alcibiades-Capital/mev_bundle_generator)
+* [flashbots mev opportunties](https://github.com/flashbots/mev-job-board)
+* [symbolic searcher](https://github.com/bzhang42/symbolic-searcher)
+* [FairTraDEX](https://github.com/MEVProof/Contracts)
+* [searcher-sponsored-tx](https://github.com/flashbots/searcher-sponsored-tx)
+* [searcher-minter](https://github.com/flashbots/searcher-minter)
+* [mev bot in q using kdb+](https://github.com/sambacha/q-evm)
+* [resources for gas optimization](https://github.com/go-outside-labs/web3-solidity/blob/main/saving_gas/README.md)
+* [contract and typescript library for static multi-calls](https://github.com/indexed-finance/multicall)
+* [ggregate multiple constant function call results into one](https://github.com/makerdao/multicall)
+