# Mangoflow
A Rust-based framework for building event-driven blockchain applications with ease.
## Features
- 🔄 Event-driven architecture
- 🔗 Multiple blockchain support
- 📡 Real-time mempool monitoring
- 📦 Modular collector and executor system
- 📨 Telegram integration
- 🚀 High performance with minimal overhead
## Running Examples
```bash
cargo run --example subscribe_mempool
cargo run --example map
```
## Credits
This project is inspired by and builds upon ideas from:
- [Artemis](https://github.com/paradigmxyz/artemis) - A Rust framework for writing MEV bots by Paradigm