Multi-algorithm, multi-level, multi-signature format for expressing conditions and fulfillments according to the Interledger Protocol (ILP).


Keywords
cryptoconditions, interledger, merkle, tree, ed25519, threshold, signatures, hash, lock, crypto-conditions, interledger-protocol, signed-messages
License
MIT
Install
pip install cryptoconditions==0.8.1

Documentation

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 cryptoconditions

Documentation

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