Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 468 Bytes

File metadata and controls

15 lines (9 loc) · 468 Bytes

Coverage Status

This is the in-development version of a LISP-like language for encumbering and releasing funds with smart-contract capabilities.

See docs/clvm.org or https://chialisp.com/ for more info.

Testing

$ python3 -m venv venv
$ . ./venv/bin/activate
$ pip install -e '.[dev]'
$ pytest tests