Skip to content

Nadro-J/SubSleuth

Repository files navigation

SubSleuth PoC v0.0.1 - coming soon

alt text

Prerequisites

Before you can run this project, you need to ensure your system meets the following requirements:

Python

This project requires Python 3.7 or higher. If you do not have Python installed, download and install it from the Python website.

Pip3

Pip is the package manager for Python and is used to install the project's dependencies. It is typically installed with Python. To check if pip is installed:

# Linux/Mac
python3 -m pip --version
# Windows
py -m pip install --upgrade pip

If pip is not (or you are unsure), follow the installation instructions.

Installation

To set up the project environment and install the required packages, follow these steps:

  1. Clone the repository:
git clone [repository-url]
cd [repository-directory]
  1. Install the required packages:
pip3 install -r requirements.txt

Launching flask application

# Linux / Mac
python3 .\app.py

# Windows
py .\app.py

About

Proof of Concept for tracking incoming/outgoing transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published