A collection of canonical puzzles (smart contracts) for the Chia blockchain, written in ChiaLisp. Version 0.1.1 is the latest. Release cadence is low; primarily updated alongside Chia protocol changes.
pip install chialisp-puzzlesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a canonical puzzle by name.
Use `pip install chialisp-puzzles` and then `import chialisp_puzzles`.
Refer to the official Chia documentation for the latest puzzle set.
Use `list_puzzles()` to enumerate available puzzles at runtime.
Use `from chialisp_puzzles import ...` (note underscores).
Use `from chialisp_puzzles import load_puzzle` (available from 0.1.0+).
No dependency data recorded yet.