Skip to content

Development of the Raiden Monitoring and Pathfinding Services

License

Notifications You must be signed in to change notification settings

pirapira/raiden-services

 
 

Repository files navigation

Raiden Services

Supplemental services for the Raiden Network.

Build Status Coverage

More information can be found in the documentation.

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:

Getting started

The Raiden Services require Python 3.7+.

To install the Raiden services run the following commands:

virtualenv -p python3.7 venv
. venv/bin/activate
pip install raiden-services

About

Development of the Raiden Monitoring and Pathfinding Services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%