Metadata-Version: 2.1
Name: trustlines-contracts-bin
Version: 2.0.0
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` and `merged_abis.json`
        file containing among other things the abi and bytecode of all compiled contracts from this repository.
        
        The `merged_abis.json` contains the merged abi of all the versions of currency networks. This is useful for currency
        networks that use a proxy pattern and have been upgraded to different versions through their lifetime.
        
        The `tlbin` python package can be used to easily load the `contracts.json` or `merged_abis.json` with the following:
        
        ```python
        from tlbin import load_packaged_contracts, load_packaged_merged_abis
        
        contracts_dict = load_packaged_contracts()
        merged_abis_dict = load_packaged_merged_abis()
        ```
        
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
