Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 867 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 867 Bytes

SENTINEL

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.

Installation

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

Clone the repository:

git clone https://github.com/aagbotemi/sentinel.git

Change Directory

cd sentinel

Update the .env file

Build the project:

cargo build

Usage

cargo run

Contributing

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.