Skip to content

Commit

Permalink
[skip ci] removing OSX notes, and updating Raiden text
Browse files Browse the repository at this point in the history
  • Loading branch information
czepluch authored and LefterisJP committed Sep 12, 2017
1 parent 2143e0a commit 7338462
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ Raiden Network

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

Raiden is a proposed extension to Ethereum which scales-out asset transfer capacity in the network.
It is inspired by the `Lightning Network`_ which leverages off-chain asset transfers to carry out the vast majority of transactions.
For more information please visit http://raiden.network/.
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.

.. _Lightning Network: https://lightning.network/
The Raiden project is work in progress. Its goal is to research state channel technology, define protocols and develop reference implementations.

**Note:** *This is work in progress*
For more information please visit http://raiden.network/.

Installation
------------
Expand All @@ -24,17 +22,6 @@ Please refer to the `Installation`_ section in the official docs.

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

macOS specifics
~~~~~~~~~~~~~~~

First install the system-dependencies for a successful build of the Python packages::

brew install pkg-config libffi automake

Then set the environment variable for your `pkg-config` path to `libffi`::

export PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.0.13/lib/pkgconfig/


Ropsten testnet
---------------
Expand Down

0 comments on commit 7338462

Please sign in to comment.