Skip to main content

Crystal-Clear CLI: Smart Contract Supply Chain Tool

Project description

Crystal-Clear CLI: Smart Contract Supply Chain 🔗

Python 3.12+ Poetry License: MIT Tests

Analyze and visualize Ethereum smart contract dependencies with ease. SCSC helps you understand contract interactions by generating detailed call graphs from on-chain data.

✨ Features

  • 📊 Generate comprehensive call graphs from smart contract interactions
  • 🔍 Analyze contract dependencies across specified block ranges
  • 📈 Export visualizations in DOT format for further analysis
  • ⚙️ Flexible configuration options for node connections and logging

🚀 Quick Start

Prerequisites

  • Python 3.12 or higher
  • Access to an Archive Ethereum node (local or remote)
  • Allium API access: optional, used to enrich addresses with labels
  • Etherscan API access: required for retrieving verified smart contract source code
  • Poetry

Installation

# Clone the repository
git clone https://github.com/chains-project/crystal-clear.git
cd crystal-clear/webapp/backend 

# Install with Poetry
poetry install

# Activate the environment
poetry shell

💻 Usage

Crystal-Clear CLI provides two main commands:

1. Analyze Dependencies Command

Dependency Graph

# note the RPC node must have method trace_filter 
crystal-clear dependency --node-url <node_url> \
            --address <contract_address> \
            --from-block <block> \
            --to-block <block> \
            [options]

# this exports the smart contract dependency graph
crystal-clear dependency  --node-url <node_url>
            --address 0xE592427A0AEce92De3Edee1F18E0157C05861564 \
            --from-block 0x14c3b86 \
            --to-block 0x14c3b90 \
            --export-dot graph.dot

Risk analysis per contract (computes the risk factors, incl. proxy and permission risks)

You can select the scope of the analysis:

  • single – assesses the risk of the specified contract only.
  • supply-chain – assesses the risk of the contract and all dependent contracts in its supply chain.
crystal-clear risk --etherscan-api-key <etherscan_api> \
            --node-url <node_url> \
            --scope [single|supply-chain]
            --address <contract_address> \
            [options]

crystal-clear risk
            --address 0xE592427A0AEce92De3Edee1F18E0157C05861564 \
            --scope single
            --export-json analysis.json

Key Parameters

Parameter Description Example
--node-url Ethereum node URL http://localhost:8545
--allium-api-key Allium API Key ``
--etherscan-api-key Etherscan API Key ``
--address Contract address to analyze 0xE592427A0AEce92De3Edee1F18E0157C05861564
--from-block Starting block number (hex/decimal) 0x14c3b86 or 21665670
--to-block Ending block number (hex/decimal) 0x14c3b90 or 21665680
--log-level Logging verbosity (analyze only) ERROR, INFO, DEBUG
--export-dot Output file for DOT graph (analyze only) output.dot
--export-json Output file for JSON (analyze only) output.json

🛠️ Development

We use modern Python tools to maintain high code quality:

  • Black: Code formatting
  • Ruff: Fast Python linting
  • pre-commit: Git hooks

Set up the development environment:

# Install development dependencies
poetry install --with dev

# Set up pre-commit hooks
pre-commit install

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.


Made with transparency 🔍 by the crystal-clear team

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mab_crystal_clear-1.0.4.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mab_crystal_clear-1.0.4-py3-none-any.whl (26.7 kB view details)

Uploaded Python 3

File details

Details for the file mab_crystal_clear-1.0.4.tar.gz.

File metadata

  • Download URL: mab_crystal_clear-1.0.4.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.12.11 Linux/6.11.0-1018-azure

File hashes

Hashes for mab_crystal_clear-1.0.4.tar.gz
Algorithm Hash digest
SHA256 8f8fb2fad1720a856239ef6bc3c48f55d97f567106000de9e6f32ba45432fd27
MD5 5b5009aebf7ef8a329123565d044b98d
BLAKE2b-256 c2bb435ea8ba28178a3cee3b31323dfba9d2973dfe85d97a152b02e073b83390

See more details on using hashes here.

File details

Details for the file mab_crystal_clear-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: mab_crystal_clear-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 26.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.12.11 Linux/6.11.0-1018-azure

File hashes

Hashes for mab_crystal_clear-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 53ffc240e11cd8dff53832b0f85241d6ef5dfefde877bfb8ed0eee0805dc9145
MD5 bd1d6df5468d8de583a2d764b45e1821
BLAKE2b-256 707c86edaf6c06ed77c3512aa6786b7c7ace88913e0aa86d0a984b122fb5bf57

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page