Skip to content

aagbotemi/sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A mempool scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages