Skip to main content

Raiden Services contain additional tools for the Raiden Network.

Project description

Raiden Services

Supplemental services for the Raiden Network.

Build Status Coverage

More information can be found in the documentation and in the service intro blogpost.

Monitoring Service

The Monitoring Service watches open payment channels when the user is not online. In case one of the user’s channel partners wants to close a channel while the user is offline, the monitoring service sends the latest balance proof to the smart contract and thus ensures the correct settlement of the channel.

Pathfinding Service

The Pathfinding service supports users in finding the cheapest or shortest way to route a payment through the network. A pathfinding service relies on data from the network, the respective smart contract as well as information provided voluntarily by mediating nodes. This information consists of the mediation fees charged and the respective available channel capacities.

Specification

For more technical details see:

Service Providers

To become a service provider, follow the instructions in the Raiden Service Bundle repository.

Developers

The Raiden Services require Python 3.8+.

To install the latest development version of the services run the following commands:

git clone git@github.com:raiden-network/raiden-services.git
cd raiden-services
virtualenv -p python3.8 venv
source venv/bin/activate
make install-dev

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

raiden-services-2.0.1.tar.gz (85.4 kB view hashes)

Uploaded Source

Built Distribution

raiden_services-2.0.1-py3-none-any.whl (97.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page