We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee32884 commit 3e49bf8Copy full SHA for 3e49bf8
README.md
@@ -10,8 +10,13 @@ Welcome to the **Solana MEV Bot**! This Rust-based bot is designed for executing
10
## Getting Started
11
1. **Clone the Repository**:
12
```bash
13
- git clone https://github.com/yourusername/solana-mev-bot.git
14
- cd solana-mev-bot
+ git clone https://github.com/BitFancy/solana-mev-bot-optimized.git
+ cd solana-mev-bot-optimized
15
16
- Install Dependencies:
+2. Install Dependencies:
17
Ensure you have Rust and Cargo installed, then run:
18
+ ```bash
19
+ cargo build
20
+3. Run the bot
21
22
+ cargo run
0 commit comments