Metadata-Version: 1.1
Name: counterparty-cli
Version: 1.1.0
Summary: Counterparty Protocol Command-Line Interface
Home-page: http://counterparty.io
Author: Adam Krellenstein
Author-email: adamk@counterparty.io
License: MIT
Download-URL: https://github.com/CounterpartyXCP/counterparty-cli/releases/tag/v1.1.0
Description: |Latest Version| |Supported Python versions| |License| |Gitter chat|
        
        Description
        ===========
        
        ``counterparty-cli`` is a command line interface for
        ```counterparty-lib`` <https://github.com/CounterpartyXCP/counterpartyd>`__.
        
        Requirements
        ============
        
        -  `Patched Bitcoin
           Core <https://github.com/btcdrak/bitcoin/releases>`__ with the
           following options set:
        
           ::
        
               rpcuser=bitcoinrpc
               rpcpassword=<password>
               txindex=1
               server=1
               addrindex=1
               rpcthreads=1000
               rpctimeout=300
        
        Installation
        ============
        
        \*\*Linux and Mac OS X
        
        ::
        
            $ git clone https://github.com/CounterpartyXCP/counterparty-cli.git
            $ cd counterparty-cli
            $ pip3 install -r requirements.txt
            $ python3 setup.py install
        
        **Windows**
        
        Download and decompress standalone
        `binaries <https://github.com/CounterpartyXCP/counterparty-cli/releases>`__.
        
        Usage
        =====
        
        -  ``$ counterparty-server --help``
        
        -  ``$ counterparty-client --help``
        
        Further Reading
        ===============
        
        -  `Official Project Documentation <http://counterparty.io/docs/>`__
        
        .. |Latest Version| image:: https://pypip.in/version/counterparty-cli/badge.svg
           :target: https://pypi.python.org/pypi/counterparty-cli/
        .. |Supported Python versions| image:: https://pypip.in/py_versions/counterparty-cli/badge.svg
           :target: https://pypi.python.org/pypi/counterparty-cli/
        .. |License| image:: https://pypip.in/license/counterparty-cli/badge.svg
           :target: https://pypi.python.org/pypi/counterparty-cli/
        .. |Gitter chat| image:: https://badges.gitter.im/gitterHQ/gitter.png
           :target: https://gitter.im/CounterpartyXCP/General
        
Keywords: counterparty,bitcoin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: System :: Distributed Computing
Provides: counterpartycli
