Metadata-Version: 2.1
Name: leer
Version: 0.0.1
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: wheel
Requires-Dist: lnoise
Requires-Dist: secp256k1-zkp
Requires-Dist: lmdb
Requires-Dist: aiohttp
Requires-Dist: jsonrpcserver (==3.5.6)

leer
=====

Experimental cryptocurrency written in python; implements LubbaDubDub technology to conceal transacted volume.
**Leer is in alpha-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
`pip 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.


