A Python tool for building Chialisp programs with recursive dependency resolution. Version 0.1.2 is the latest stable release. The library automatically identifies and includes dependencies when compiling .clsp files to .hex, maintaining compatibility with Chia's smart contract ecosystem.
pip install chialisp-builderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates the primary use case: compiling a .clsp file to hex with automatic dependency resolution.
Use the output .hex with a validator (e.g., clvm_tools) to check correctness.
Manually audit your include statements to avoid cycles.
Call build() once per file, or iterate over a list of files.
No dependency data recorded yet.