artemis icon indicating copy to clipboard operation
artemis copied to clipboard

A simple, modular, and fast framework for writing MEV bots in Rust.

Results 42 artemis issues
Sort by recently updated
recently updated
newest added

1. the execution command ```sh cargo run -- --wss --opensea-api-key --private-key --arb-contract-address --bid-percentage ``` in the existing readme is not executed. Currently, there are two folders in the bin folder,...

fix a small bug in the cli. Previously was getting some compile errors related to return type mismatches.

Seaport address has been updated, ensuring the contract interacts correctly with the new Seaport version.

Do you think it would be useful to have a collector that subscribes to a specified subgraph and outputs a stream of events?

Is it possible to replace the [use of `openssl`](https://github.com/paradigmxyz/artemis/blob/5311f4b7658696a4b1f8ad70de804bf1042f0062/Dockerfile#L29) with rustls? If so, you should be able to change the runtime image to use distroless which would reduce the image...

This pull request contains changes to improve clarity, correctness and structure. **Description correction:** Corrected `revelant` to `relevant` Please review the changes and let me know if any additional changes are...

**Description** This PR updates deprecated `#[clap(...)]` attributes to their modern equivalents in `clap` 4.x. The current codebase still uses outdated syntax that has been deprecated since version 4.0. By making...

In **clap** version 4.x and above, the use of `#[clap(...)]` is no longer valid. Many instances of `#[clap(...)]` are still present in the project. These should be replaced with `#[arg(...)]`...