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.
- Interactive web interface for exploring project structures
- Python file and function analysis
- Hierarchical directory visualization
- Web3 deploy panel (coming soon)
- Blockchain function deployment preview
- Python 3.8+
pippackage manager- Virtual environment support (recommended)
- Clone the repository:
git clone https://github.com/5eh/supply-chain-explorer.git
cd supply-chain-explorer- Create a virtual environment:
python3 -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`- Install dependencies:
pip install -r requirements.txtStart the Supply Chain Explorer:
python scanner.pyThe application will automatically find an available port (starting from 8003) and print the access URL.
Run the test suite:
python -m unittest discover tests- Web3 Smart Contract Integration
- Advanced Blockchain Function Deployment
- Enhanced Security Scanning
MIT License. See LICENSE file for details.
- Watson Lewis-Rodriguez (Founder)
- Arthur Labs Ecosystem
Open an issue on GitHub for bug reports or feature requests.