Metadata-Version: 2.1
Name: leer
Version: 0.2.0
Summary: Leer cryptocurrency (alpha testing)
Home-page: https://github.com/WTRMQDev/leer
Author: Evil Morty, Crez Khansick, Sark Czenchi
Author-email: TetsuwanAtomu@tuta.io
License: UNKNOWN
Description: leer
        =====
        
        Experimental cryptocurrency written in python; implements LubbaDubDub technology to conceal transacted volume.
        
        **Leer is in beta-testing phase. Coins on testnet will NOT have any value and will NOT be transferred to mainnet.**
        
        ## Requirements
        Currently works only on linux.
        
        * Python 3.5+
        * pip
        * g++, cffi, build-essential for `lmdb` package
        
        ## Installation
        `pip3 install leer`
        
        ## Run node
        Download [start script](https://github.com/WTRMQDev/leer/blob/master/scripts/start_node.py), adjust config and run. Web interface should be available on configured rpc port.
        
        ## Run testnet miner
        Download [miner script](https://github.com/WTRMQDev/leer/blob/master/scripts/miner.py), adjust config (host and port) and run.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
