Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardkiss/chialisp_puzzles
Canonical puzzles used by chia-blockchain
https://github.com/richardkiss/chialisp_puzzles
Last synced: about 1 month ago
JSON representation
Canonical puzzles used by chia-blockchain
- Host: GitHub
- URL: https://github.com/richardkiss/chialisp_puzzles
- Owner: richardkiss
- License: other
- Created: 2023-07-15T01:28:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T01:53:28.000Z (about 1 year ago)
- Last Synced: 2024-05-01T13:38:50.837Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chialisp_puzzles
This project contains several standard and legacy puzzles commonly used on the chia network.
Note that it uses `enscons` to build, as the more commonly used `setuptools` does not easily allow fine-grained control of the contents of the `sdist` and `wheel` files.
In particular, this example takes pains to include the source files `runtime_build` or `*.clsp` in the sdist but not the wheel.
## Use
To load a puzzle, do something like
```python
from chialisp_puzzles import load_puzzleprogram = load_puzzle("p2_delegated_puzzle_or_hidden_puzzle")
```## License
- This project is licensed under the Apache 2 License. See the LICENSE file for more details.