Metadata-Version: 2.1
Name: moonwalking
Version: 0.1.2
Summary: 
Crypto and market utilities

Home-page: https://github.com/lendingblock/moonwalking
Maintainer-email: admin@lendingblock.com
License: BSD
Description: # Moonwalking
        
        
        [![PyPI version](https://badge.fury.io/py/moonwalking.svg)](https://badge.fury.io/py/moonwalking)
        
        [![CircleCI](https://circleci.com/gh/lendingblock/moonwalking.svg?style=svg)](https://circleci.com/gh/lendingblock/moonwalking)
        
        [![codecov](https://codecov.io/gh/lendingblock/moonwalking/branch/master/graph/badge.svg)](https://codecov.io/gh/lendingblock/moonwalking)
        
        
        Moonwalking is an open-source library that provides the following functionality:
          - creating wallets
          - validating addresses
          - checking balance
          - sending money by creating transactions
        
        
        At the time Moonwalking supports the following cryptocurrencies:
          - Bitcoin (BTC)
          - Bitcoin Cash (BCH)
          - Litecoin (LTC)
          - Ethereum (ETH)
          - Lendingblock (LND)
        
        
        In the future support for some other cryptocurrencies may be added if needed.
        
        ## Testing
        
        For testing you need docker and docker-compose installed.
        Launch the blockchain clients
        ```
        make blockchain-remove
        ```
        Create coins
        ```
        make coins
        ```
        and run tests
        ```
        make tests
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
