Update README.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-07 20:05:13 -08:00 committed by GitHub
parent ce644687ff
commit 46c9454d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,12 @@
<br> <br>
* [etherscan mev bot accounts](https://etherscan.io/accounts/label/mev-bot) ##### code
* [vanity address generator for CREATE2 addresses](https://github.com/johguse/ERADICATE2)
* [metamorphic: a factory contract for redeployable](https://github.com/0age/metamorphic)
* [eigenphi market overview and performance of mev types](https://beta.eigenphi.io/)
* [bundle generator](https://github.com/Alcibiades-Capital/mev_bundle_generator) * [bundle generator](https://github.com/Alcibiades-Capital/mev_bundle_generator)
* [flashbots mev opportunties](https://github.com/flashbots/mev-job-board) * [flashbots mev opportunties](https://github.com/flashbots/mev-job-board)
* [symbolic searcher](https://github.com/bzhang42/symbolic-searcher) * [symbolic searcher](https://github.com/bzhang42/symbolic-searcher)
@ -46,10 +51,15 @@
* [searcher-sponsored-tx](https://github.com/flashbots/searcher-sponsored-tx) * [searcher-sponsored-tx](https://github.com/flashbots/searcher-sponsored-tx)
* [searcher-minter](https://github.com/flashbots/searcher-minter) * [searcher-minter](https://github.com/flashbots/searcher-minter)
* [mev bot in q using kdb+](https://github.com/sambacha/q-evm) * [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)
##### readings
* [etherscan mev bot accounts](https://etherscan.io/accounts/label/mev-bot)
* [build a mev bot by degatchi](https://www.degatchi.com/articles/how-to-build-a-mev-bot) * [build a mev bot by degatchi](https://www.degatchi.com/articles/how-to-build-a-mev-bot)
* [mev as an inner experience by nathan worsley](https://www.youtube.com/watch?v=9iHlyaRsgYI) * [mev as an inner experience by nathan worsley](https://www.youtube.com/watch?v=9iHlyaRsgYI)
* [running a keeper with rook.fi](https://docs.rook.fi/reference/integrate/run-a-keeper) * [running a keeper with rook.fi](https://docs.rook.fi/reference/integrate/run-a-keeper)
* [running a solver with cowswap](https://mirror.xyz/steinkirch.eth/s_RwnRgJvK_6fLYPyav7lFT3Zs4W4ZvYwp-AM9EbuhQ) * [running a solver with cowswap](https://mirror.xyz/steinkirch.eth/s_RwnRgJvK_6fLYPyav7lFT3Zs4W4ZvYwp-AM9EbuhQ)
* [resources for gas optimization](https://github.com/go-outside-labs/web3-solidity/blob/main/saving_gas/README.md)