A powerful research platform for analyzing smart contract supply chains on Ethereum
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