{"id":13407277,"url":"https://github.com/nanspro/PyRaiden","last_synced_at":"2025-03-14T11:31:13.991Z","repository":{"id":127349952,"uuid":"196060588","full_name":"nanspro/PyRaiden","owner":"nanspro","description":"A client library to interact with raiden network (an off-chain scaling solution using state channels) written in python","archived":false,"fork":false,"pushed_at":"2023-05-22T21:37:46.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-07-31T20:27:09.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanspro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-09T18:17:59.000Z","updated_at":"2019-07-10T20:53:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"9646516b-d178-4078-a061-2ae2823708ae","html_url":"https://github.com/nanspro/PyRaiden","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanspro%2FPyRaiden","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanspro%2FPyRaiden/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanspro%2FPyRaiden/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanspro%2FPyRaiden/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanspro","download_url":"https://codeload.github.com/nanspro/PyRaiden/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243569451,"owners_count":20312427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:00:35.197Z","updated_at":"2025-03-14T11:31:13.170Z","avatar_url":"https://github.com/nanspro.png","language":"Python","funding_links":[],"categories":["⚡ Developer Resources","Developer Resources"],"sub_categories":["Tools","🛠️ Hacks and More Tools for Devs"],"readme":"# PyRaiden\n[![Build Status](https://travis-ci.org/nanspro/PyRaiden.svg?branch=master)](https://travis-ci.org/nanspro/PyRaiden/)\n\nA client library to interact with raiden network (an off-chain scaling solution using state channels) written in python.\n\n## Prerequisites\nYou should have raiden running on a node with your ethereum address and you should've access to the rpc endpoint for the \nnode.\n\n``` python\n# Create a raiden client like this\nclient = Client('http://localhost:5001/', 'v1')\n\n# Get address\nresponse = client.get_address()\nyour_address = response['our_address']\n\n# Get channels for a particular registered token\ntokenChannels = client.get_channels_for_token('0x380EB4e2C14ee155DBb55Ee1670B3B2f5b34eC85')\n```\n\n**Demo Usage**\n\n``` python\ncd raiden\n# Get responses for all the methods possible\npython3 demo.py\n```\n\n**Testing**\n```python\ncd raiden\npython3 test.py\n```\n\nYou can view `raiden/cleint.py` to see all different methods of class `Client` \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanspro%2FPyRaiden","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanspro%2FPyRaiden","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanspro%2FPyRaiden/lists"}