paradigmxyz / artemis

A simple, modular, and fast framework for writing MEV bots in Rust.
Apache License 2.0
2.31k stars 442 forks source link

feat: Chainbound x Artemis integration #59

Closed merklefruit closed 1 year ago

merklefruit commented 1 year ago

Chainbound x Artemis integration

This PR adds a crate in the crates/clients path which adds the following components:

We implemented the crate following the Artemis core traits. The crate also includes an example usage script plus all the contextual links to help with integration.

mteam88 commented 1 year ago

lgtm! tysm!