Metadata-Version: 2.1
Name: trustlines-contracts-bin
Version: 1.1.5
Summary: Smart Contracts for Trustlines-Network
Home-page: https://github.com/trustlines-protocol/contracts
Author: Trustlines-Network
Author-email: contact@brainbot.com
License: MIT
Description: # Py-Bin
        
        This directory contains an npm and a python package used to pack the `contracts.json` file containing among other things
        the abi and bytecode of all compiled contracts from this repository.
        
        The `tlbin` python package can be used to easily load the `contracts.json` with the following:
        
        ```python
        from tlbin import load_packaged_contracts
        
        contracts_dict = load_packaged_contracts()
        ```
        
Keywords: trustlines
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
