Sentinel is a RUST-based application designed to handle blockchain transaction in the mempool. It is used for monitor pending transactions and analyse them.
It utilizes the tokio library for async runtime, serde library for JSON deserialization.
To get started with this project, ensure you have Rust installed on your machine. You can install Rust using rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/aagbotemi/sentinel.git
cd sentinel
cargo build
cargo run
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure your code adheres to the project’s coding standards.