skillfed

chia-rs

chia-rs v0.47.0 507.1K downloads/30d#6,284 on PyPI33
License unclear Active released

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 on this page — 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

chia-rs on PyPI

pip

pip install chia-rs

uv

uv add chia-rs

poetry

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 not specified
Install friction medium — platform-specific wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 8 days since the last release
Last repo commit
First released
Downloads 507,094/month — #6,284 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: chia_rs-0.47.0-cp310-cp310-macosx_13_0_arm64.whl; chia_rs-0.47.0-cp310-cp310-macosx_13_0_x86_64.whl; chia_rs-0.47.0-cp310-cp310-manylinux_2_28_aarch64.whl; chia_rs-0.47.0-cp310-cp310-manylinux_2_28_x86_64.whl; chia_rs-0.47.0-cp310-cp310-win_amd64.whl; chia_rs-0.47.0-cp311-cp311-macosx_13_0_arm64.whl; chia_rs-0.47.0-cp311-cp311-macosx_13_0_x86_64.whl; chia_rs-0.47.0-cp311-cp311-manylinux_2_28_aarch64.whl; chia_rs-0.47.0-cp311-cp311-manylinux_2_28_x86_64.whl; chia_rs-0.47.0-cp311-cp311-win_amd64.whl; chia_rs-0.47.0-cp312-cp312-macosx_13_0_arm64.whl; chia_rs-0.47.0-cp312-cp312-macosx_13_0_x86_64.whl; chia_rs-0.47.0-cp312-cp312-manylinux_2_28_aarch64.whl; chia_rs-0.47.0-cp312-cp312-manylinux_2_28_x86_64.whl; chia_rs-0.47.0-cp312-cp312-win_amd64.whl; chia_rs-0.47.0-cp313-cp313-macosx_13_0_arm64.whl; chia_rs-0.47.0-cp313-cp313-macosx_13_0_x86_64.whl; chia_rs-0.47.0-cp313-cp313-manylinux_2_28_aarch64.whl; chia_rs-0.47.0-cp313-cp313-manylinux_2_28_x86_64.whl; chia_rs-0.47.0-cp313-cp313-win_amd64.whl

Tags

chia blockchain python bindingschia consensus rustchia protocol libraryblockchain cryptography pythonchia network tools
blockchainchia-networkrust-bindings

More Cryptography packages