Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 828 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 828 Bytes

Raiden Network

Gitter

Raiden Network is a proposed extension to Ethereum which scales-out asset transfer capacity.

It's inspired by the Lightning Network which leverages off-chain asset transfers to carry out the vast majority of transactions.

This is work in progress.

Installation

Please follow the installation instructions in the wiki.

macOS specifics

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

  1. brew install pkg-config libffi automake
  2. export PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.0.13/lib/pkgconfig/