No project description provided
Project description
# Raiden
Raiden is a proposed extension to Ethereum which scales-out asset transfer capacity in the network. It is inspired by the [Lightning Network](https://lightning.network/) which leverages off-chain asset transfers to carry out the vast majority of transactions. For more information please visit http://raiden.network/.
Note: This is work in progress
## Installation
You can find the installation instructions of [Raiden PoC-0](https://github.com/raiden-network/raiden/wiki/Raiden-PoC%E2%80%900#getting-started-with-raiden) on the wiki, but for the latest releases, make sure you are using the Ropsten testnet instead.
### macOS specifics First install the system-dependecies 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
These are the currently deployed contract addresses for the Ropsten testnet:
Netting Channel Library: [0x5208baa313256c0e703c96b06c896875b823cc11](https://testnet.etherscan.io/address/0x5208baa313256c0e703c96b06c896875b823cc11)
Channel Manager Library: [0x196da534e3860398f2d9c27cb93fb4bac69715eb](https://testnet.etherscan.io/address/0x196da534e3860398f2d9c27cb93fb4bac69715eb)
Registry Contract: [0x32c5dab9b099a5b6c0e626c1862c07b30f58d76a](https://testnet.etherscan.io/address/0x32c5dab9b099a5b6c0e626c1862c07b30f58d76a)
Discovery Contract: [0x79ab17cc105e820368e695dfa547604651d02cbb](https://testnet.etherscan.io/address/0x79ab17cc105e820368e695dfa547604651d02cbb)
### Versions and releases
Currently we aim to create proof of concept releases weekly, not based on a certain feature level. All proof of concept releases will have version numbers in the 0.0.x range (so PoC-1 = 0.0.1).
#### Create a PoC release
Install bumpversion (see https://github.com/peritus/bumpversion)
Update your master branch to the latest upstream version ` git checkout master && git pull --rebase ` Call the release script ` prepare_poc_release.sh ` This will bump the version, create a commit on a new branch poc_release_{version}, push this branch to the upstream repository and create a PR.
Follow the steps from the script to merge the PR and tag the result on the master branch, which will trigger the [PyPI](https://pypi-hypernode.com) release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file raiden-0.0.5.tar.gz
.
File metadata
- Download URL: raiden-0.0.5.tar.gz
- Upload date:
- Size: 92.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24c1dd26abf5cb4389bb747029d89696ea5fb92f8d11644137a886b57664c18a |
|
MD5 | f6eadb6c1d937410439e14937c037698 |
|
BLAKE2b-256 | eac251010a7b95e2c681077631cad9dc79b422f48a808d3b1f314f5fafffc224 |