git clone https://github.com/chains-project/crystal-clear.git
cd crystal-clear/scsc
poetry install
# CLI Analysis Example
scsc analyze --address 0xE592427A0AEce92De3Edee1F18E0157C05861564 \
--from-block 0x14c3b86 \
--to-block 0x14c3b90 \
--export-dot graph.dot
# Or launch the interactive web interface
scsc web --address 0xE592427A0AEce92De3Edee1F18E0157C05861564 \
--from-block 0x14c3b86 \
--to-block 0x14c3b90
crystal-clear/
├── scsc/ # 🛠️ Core Analysis Tool
├── data/ # 📊 Contract Interaction Datasets
├── notebooks/ # 📈 Analysis & Visualization
└── experiments/ # 🧪 Research Implementations
The main analysis engine for smart contract supply chains, featuring:
- 📊 Command-line interface for data extraction and analysis
- 🌐 Interactive web visualization dashboard
- 🔍 Comprehensive contract dependency tracking
- 📊
/data
- Comprehensive contract interaction datasets - 📈
/notebooks
- Interactive analysis & visualization tools - 🧪
/experiments
- Cutting-edge research implementations
Smart contract supply chain graphs will be enriched with metadata including supplier identification, mutability status, and security metrics.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with transparency 🔍 by the crystal-clear team