Skip to content

The initial repository for scanning software that can be used to deploy continous supply chain functions on chain.

Notifications You must be signed in to change notification settings

Arthur-Labs-DAO/Business-Activity-Blockchain-Application

Repository files navigation

Supply Chain Explorer

Overview

Supply Chain Explorer is an advanced web-based tool for analyzing Python project structures, with integrated Web3 deployment capabilities. Developed by Watson Lewis-Rodriguez under the Arthur Labs ecosystem.

🚀 Features

  • Interactive web interface for exploring project structures
  • Python file and function analysis
  • Hierarchical directory visualization
  • Web3 deploy panel (coming soon)
  • Blockchain function deployment preview

🛠 Prerequisites

  • Python 3.8+
  • pip package manager
  • Virtual environment support (recommended)

💾 Installation

  1. Clone the repository:
git clone https://github.com/5eh/supply-chain-explorer.git
cd supply-chain-explorer
  1. Create a virtual environment:
python3 -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  1. Install dependencies:
pip install -r requirements.txt

🔧 Running the Application

Start the Supply Chain Explorer:

python scanner.py

The application will automatically find an available port (starting from 8003) and print the access URL.

🧪 Testing

Run the test suite:

python -m unittest discover tests

📦 Deployment Roadmap

  • Web3 Smart Contract Integration
  • Advanced Blockchain Function Deployment
  • Enhanced Security Scanning

📄 License

MIT License. See LICENSE file for details.

👥 Contributors

  • Watson Lewis-Rodriguez (Founder)
  • Arthur Labs Ecosystem

🔗 Support

Open an issue on GitHub for bug reports or feature requests.

About

The initial repository for scanning software that can be used to deploy continous supply chain functions on chain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published