A standard library of Chialisp `.clib` files for use with the Chia blockchain. It provides common utility functions and macros for writing Chialisp smart contracts. Version 0.1.1 is the latest, but the library is in early development with an undefined release cadence.
pip install chialisp-stdlibVerified import paths — ran on the pinned version, not inferred.
Import the library and load a .clib file as a string for use in your Chialisp compiler pipeline.
Pin to a specific version and watch the repository for updates.
Install a Chialisp compiler (e.g., clvm-tools) and handle file inclusion in your build pipeline.
Use `from chialisp_stdlib import ...` in your Python code.