datalayer-driver 2.0.0

Native Chia DataLayer Driver for storing and retrieving data in Chia blockchain
Documentation
1
2
3
4
5
6
7
8
# Compile Puzzles

```bash
python3 -m venv venv
. ./venv/bin/activate
pip install --extra-index-url https://pypi.chia.net/simple/ chia_dev_tools==1.2.6
cdv clsp build puzzles/
```