Skip to content

A Python implementation of the Crypto-Conditions spec

License

Notifications You must be signed in to change notification settings

LaurentMontBlanc/cryptoconditions

 
 

Repository files navigation

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 BigchainDB, and some others. It's compliant with version 02 and version 03 of the spec.

See also: the rfcs/crypto-conditions repository.

Installation

To install latest release from PyPI:

$ pip install planetmint-cryptoconditions

Documentation

See https://cryptoconditions.readthedocs.io/en/latest/.

About

A Python implementation of the Crypto-Conditions spec

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%