A collection of the currently deployed ChiaLisp puzzles used in Chia blockchain, including standard transactions, CATs, DIDs, and other puzzle types. Version 0.20.3 supports Python >=3.8,<4.0.
pip install chia-puzzles-pyVerified import paths — ran on the pinned version, not inferred.
Loads a CLVM puzzle from the bundled .clvm files and prints it.
Update imports to use the new nested module layout. For example, change 'from chia.puzzles import p2_delegated' to 'from chia.puzzles.p2_delegated_puzzle_or_hidden_puzzle import ...'.
Clear the cache by calling 'load_clvm.cache_clear()' (Python 3.8+) or reload the module.
Use the full name 'p2_delegated_puzzle_or_hidden_puzzle' for new code.