--- id: chia-rs version: "0.47.0" license: unclear license_treatment: unclear maintenance: active --- # chia-rs License: unclear · Maintenance: active · Downloads: 507.1K/mo ## What it is and what it does chia_rs is a Python package that wraps Rust crates for Chia blockchain operations. It exports bindings to consensus and protocol functionality, allowing Python developers to access low-level blockchain primitives without writing Rust. The package is distributed as precompiled wheels for common platforms and Python versions, reducing installation friction for end users. The package is built with maturin and depends only on typing-extensions at runtime. It is actively maintained and receives regular updates; the repository shows recent commits and no known security vulnerabilities. Installation requires Python 3.9 or higher, though prebuilt wheels are available only for Python 3.10–3.13. Use it for: - Integrate Chia blockchain consensus validation into Python applications without reimplementing Rust logic. - Parse and verify Chia protocol messages and blocks using native Rust performance from Python. - Build tools or services that need to interact with Chia blockchain data structures. - Develop testing or analysis scripts that require Chia cryptographic primitives. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings to Rust crates for working with the Chia blockchain, including consensus and protocol functionality. Yes, if you are building on the Chia blockchain and need Python access to consensus or protocol logic. The package is actively maintained, has no known vulnerabilities, and offers prebuilt wheels for common platforms. Verify the license terms first, as they are not clearly documented in package metadata. If you need Python 3.9 support, you may need to build from source. ## Install pip install chia-rs uv add chia-rs poetry add chia-rs ## Installing chia-rs Before you install: Medium install friction due to compiled wheels; prebuilt binaries available for Python 3.10–3.13 on macOS (arm64, x86_64), Linux (aarch64, x86_64), and Windows (amd64). Last release 8 days ago; repository is active with recent commits. License in practice: License status is unclear—no SPDX identifier or raw license text provided in package metadata. Verify the actual license terms in the repository before use, especially if incorporating into proprietary or commercial work. Quickstart: pip install chia-rs import chia_rs # Use exported bindings from chia-consensus and chia-protocol Requires Python 3.9 or higher; prebuilt wheels available for 3.10–3.13. Older Python versions may require building from source. Verify before relying: - Specific API surface and exported functions not detailed in the description excerpt. - Whether typing-extensions is a build-time or runtime dependency. - Exact license terms and any restrictions on use or redistribution. ## Package facts - License: not declared (unclear) - Python support: unspecified - Install friction: medium - Maintenance: active - Downloads: 507.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags chia blockchain python bindings, chia consensus rust, chia protocol library, blockchain cryptography python, chia network tools, blockchain, chia-network, rust-bindings [View on SkillFed](https://skillfed.io/packages/chia-rs) · [View on PyPI](https://pypi.org/project/chia-rs/)