Skip to content

Commit

Permalink
fix: fix typo in readme (paradigmxyz#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach authored May 20, 2023
1 parent 3aa32c0 commit 23695c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Artemis is a framework for writing MEV bots in Rust. It's designed to be simple, modular, and fast.

At it's core, Artemis is architected as an event processing pipeline. The library is made up of three main components:
At its core, Artemis is architected as an event processing pipeline. The library is made up of three main components:

1. *Collectors*: *Collectors* take in external events (such as pending txs, new blocks, marketplace orders, etc. ) and turn them into an internal *event* representation.
2. *Strategies*: *Strategies* contain the core logic required for each MEV opportunity. They take in *events* as inputs, and compute whether any opportunities are available (for example, a strategy might listen to a stream of marketplace orders to see if there are any cross-exchange arbs). *Strategies* produce *actions*.
Expand Down Expand Up @@ -63,4 +63,4 @@ where `ARB_CONTRACT_ADDRESS` is the address to which you deploy the [arb contrac



[tg-url]: https://t.me/artemis_devs
[tg-url]: https://t.me/artemis_devs

0 comments on commit 23695c0

Please sign in to comment.