Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.65 KB

README.rst

File metadata and controls

44 lines (27 loc) · 1.65 KB
https://app.travis-ci.com/planetmint/cryptoconditions.svg?branch=main https://codecov.io/gh/planetmint/cryptoconditions/branch/main/graph/badge.svg?token=2Bo1knLW0Q

The cryptoconditions Package

A Python implementation of the Crypto-Conditions spec: a multi-algorithm, multi-level, multi-signature format for expressing conditions and fulfillments.

This implementation doesn't implement the entire Crypto-Conditions spec. It implements the conditions needed by Planetmint, and some others. It's compliant with version 02 and version 04 of the spec.

See also:

Pre-conditions

Cryptoconditions require a Python version above 3.8.

Installation

To install latest release from PyPI:

$ pip install planetmint-cryptoconditions

Documentation

Public documentation is available at https://docs.planetmint.io/projects/cryptoconditions/.

Development

This project uses poetry <https://python-poetry.org/> for dependency management. Run poetry install to start local development.