Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigchaindb/cryptoconditions
A Python implementation of the Crypto-Conditions spec
https://github.com/bigchaindb/cryptoconditions
crypto-conditions interledger-protocol signed-messages
Last synced: 7 days ago
JSON representation
A Python implementation of the Crypto-Conditions spec
- Host: GitHub
- URL: https://github.com/bigchaindb/cryptoconditions
- Owner: bigchaindb
- License: mit
- Created: 2016-03-22T09:29:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T23:12:52.000Z (almost 2 years ago)
- Last Synced: 2024-12-22T11:09:11.080Z (14 days ago)
- Topics: crypto-conditions, interledger-protocol, signed-messages
- Language: Python
- Homepage:
- Size: 314 KB
- Stars: 72
- Watchers: 16
- Forks: 41
- Open Issues: 56
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://img.shields.io/pypi/v/cryptoconditions.svg
:target: https://pypi.python.org/pypi/cryptoconditions.. image:: https://img.shields.io/travis/bigchaindb/cryptoconditions/master.svg
:target: https://travis-ci.com/bigchaindb/cryptoconditions.. image:: https://img.shields.io/codecov/c/github/bigchaindb/cryptoconditions/master.svg
:target: https://codecov.io/github/bigchaindb/cryptoconditions?branch=masterThe 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:
.. code-block:: bash
$ pip install cryptoconditions
Documentation
-------------See `https://cryptoconditions.readthedocs.io/en/latest/ `_.