Metadata-Version: 2.1
Name: raiden
Version: 0.5.1
Summary: UNKNOWN
Home-page: https://github.com/raiden-network/raiden
Author: Brainbot Labs Est.
Author-email: contact@brainbot.li
License: MIT
Keywords: raiden
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Requires-Dist: py-solc
Requires-Dist: marshmallow-polyfield (==3.2)
Requires-Dist: webargs (==1.8.1)
Requires-Dist: Flask-Cors (==3.0.4)
Requires-Dist: eth-utils (==1.0.3)
Requires-Dist: raiden-contracts (==0.2.0)
Requires-Dist: cachetools (==2.1.0)
Requires-Dist: web3 (==4.4.1)
Requires-Dist: colorama
Requires-Dist: filelock (==3.0.4)
Requires-Dist: psutil (==5.4.5)
Requires-Dist: marshmallow (==2.15.3)
Requires-Dist: ipython (<5.0.0)
Requires-Dist: pycryptodome (==3.6.1)
Requires-Dist: structlog
Requires-Dist: netifaces (==0.10.7)
Requires-Dist: Flask (==1.0.2)
Requires-Dist: gevent (==1.3.2)
Requires-Dist: Flask-Restful (==0.3.6)
Requires-Dist: pysha3 (==1.0.2)
Requires-Dist: mirakuru (==0.9.0)
Requires-Dist: coincurve (==7.1.0)
Requires-Dist: miniupnpc (==2.0.2)
Requires-Dist: networkx (==2.1.0)
Requires-Dist: pytoml (==0.1.18)
Requires-Dist: pystun
Requires-Dist: eth-keyfile (==0.5.1)
Requires-Dist: raiden-libs

Raiden Network
==============

.. image:: https://badges.gitter.im/Join%20Chat.svg
    :target: https://gitter.im/raiden-network/raiden?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
    :alt: Chat on Gitter

`Raiden Network documentation`_

.. _Raiden Network documentation: https://raiden-network.readthedocs.io/

The Raiden Network is an off-chain scaling solution, enabling near-instant, low-fee and scalable payments. It’s complementary to the Ethereum blockchain and works with any ERC20 compatible token.

The Raiden project is a work in progress. Its goal is to research state channel technology, define protocols and develop reference implementations.

For more information please visit https://raiden.network/.

Installation
------------

Please refer to the `Installation section`_ in the official docs.

.. _Installation section: https://raiden-network.readthedocs.io/en/stable/overview_and_guide.html#installation


Ropsten testnet
---------------

These are the currently deployed raiden contract addresses for the Ropsten testnet:

* Token Network Registry Contract: 0xDfD10bAe9CCC5EBf11bc6309A0645eFe9f979584_
* Secret Registry Contract: 0xD1B506A716B50069Ac3C990e86253C645b61633D_
* Endpoint Registry Contract: 0x81F7cC4F76Bf16a21a5d1ABfDfD1FB503E430368_

.. _0xDfD10bAe9CCC5EBf11bc6309A0645eFe9f979584: https://ropsten.etherscan.io/address/0xDfD10bAe9CCC5EBf11bc6309A0645eFe9f979584#code
.. _0x81F7cC4F76Bf16a21a5d1ABfDfD1FB503E430368: https://ropsten.etherscan.io/address/0x81F7cC4F76Bf16a21a5d1ABfDfD1FB503E430368#code
.. _0xD1B506A716B50069Ac3C990e86253C645b61633D: https://ropsten.etherscan.io/address/0xD1B506A716B50069Ac3C990e86253C645b61633D#code



