Track and Simulate pending transactions to detect and snipe freshly joined users on the Friend Tech Platform. Using Third-Party APIs such as Twitter, we can analyze the new users and cherry-pick the Influencer/well-known accounts.
- Simulations to identify pending transactions related to the Friend Tech ecosystem.
- Real-time Pending Transaction for EVM chains to take action before they land on the chain.
- Customizable strategies tailored to user-defined parameters.
- Seamless integration with Friend Tech’s APIs and blockchain data sources.
Follow these steps to set up friend-tech-mev on your machine.
Ensure you have the following installed:
- Rust
- Ethereum Node
- friend-tech-mev works best on Unix-based systems (Linux/Mac).
-
Clone the repository:
git clone https://github.com/Arvmor/friend-tech-mev.git cd friend-tech-mev
-
Install Rust dependencies:
cargo build --release
-
Set up environment variables
Run the bot in release mode to start optimizing Friend Tech transactions:
cargo run --release
We welcome contributions to improve friend-tech-mev! To contribute:
-
Fork the repo and create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes, then commit and push:
git commit -m "Add new feature" git push origin feature/your-feature-name
-
Submit a pull request for review.
Distributed under the MIT License. See LICENSE
for more information.