--- id: clvm-rs version: "0.19.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # clvm-rs — Implementation of `clvm` for Chia Network's cryptocurrency License: permissive · Maintenance: active · Downloads: 409.6K/mo ## What it is and what it does clvm-rs is a Rust implementation of CLVM, the virtual machine that executes Chia Network's smart contracts and blockchain logic. It provides Python bindings via compiled wheels, allowing developers to run and validate Chia programs from Python without reimplementing the VM in pure Python. The package has no runtime dependencies and is built as a native extension, making it performant for cryptographic operations. The package is actively maintained by Chia Network and includes prebuilt wheels for major platforms. It supports optional OpenSSL integration for faster SHA256 operations. Developers typically use it to interact with Chia's blockchain, validate smart contracts, or integrate Chia logic into Python applications. Use it for: - Execute Chia smart contract code (clvm programs) from Python applications - Validate and test Chia blockchain transactions and coin spends - Build Chia wallet or node software that needs to run contract logic - Integrate Chia cryptocurrency functionality into Python services ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Rust-based implementation of the CLVM virtual machine for Chia Network, providing Python bindings to execute and validate Chia's smart contract language. Yes, if you are building on Chia Network or need to execute Chia smart contracts from Python. The package is actively maintained, has no vulnerabilities, and offers prebuilt wheels for common platforms. Install friction is moderate due to compilation, but prebuilt binaries mitigate this for standard environments. Not relevant for non-Chia projects. ## Install pip install clvm-rs uv add clvm-rs poetry add clvm-rs ## Installing clvm-rs Before you install: Medium install friction due to compiled Rust wheels; prebuilt binaries available for common platforms (macOS arm64/x86_64, Linux x86_64/aarch64, Windows x86_64). Active maintenance with recent release 9 days old. License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects. Quickstart: pip install clvm-rs import clvm_rs # Use clvm_rs to execute Chia smart contract code Requires a compatible Python version and platform with prebuilt wheels (macOS 15.0+, manylinux_2_28, or Windows); source compilation requires Rust toolchain and maturin. Verify before relying: - Exact Python version support range (requires_python is unspecified in metadata) - Whether OpenSSL feature flag is automatically enabled or must be manually configured - API stability guarantees between minor versions ## Package facts - License: Apache-2.0 (permissive) - Python support: unspecified - Install friction: medium - Maintenance: active - Downloads: 409.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags clvm virtual machine, chia smart contracts, clvm rust implementation, chia blockchain vm, clvm python bindings, chia-network, blockchain, cryptography [View on SkillFed](https://skillfed.io/packages/clvm-rs) · [View on PyPI](https://pypi.org/project/clvm-rs/)