Metadata-Version: 1.2
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
Description: 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
        
        
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
