artemis icon indicating copy to clipboard operation
artemis copied to clipboard

Getting started guide

Open pkpio opened this issue 1 year ago • 2 comments

Looked all around the repo for a getting started guide. Would be nice to have a guide.

I'm keen to build a strategy that listens to pending txs in the mempool and does something (not yet sure, what). Is there a collector for to get all pending txs? Where can I find this?

If a collector doesn't exist, I'm happy to contribute one with some pointers. Thank you.

pkpio avatar Jun 02 '23 16:06 pkpio

Thanks for the feedback, we'll add a getting started guide. For now, I would suggest looking at this, which is an end to end example of running an NFT arbitrage strategy.

Collectors live in artemis-core, here is a mempool collector which listens to pending txs. LMK if any other questions come up.

FrankieIsLost avatar Jun 02 '23 18:06 FrankieIsLost

I wrote a blog post about this: https://mteam88.github.io/posts/how-to-use-the-artemis-mev-framework/

mteam88 avatar Aug 18 '23 18:08 mteam88