{"id":13407279,"url":"https://github.com/wslyvh/raiden-api-client","last_synced_at":"2025-03-14T11:31:13.475Z","repository":{"id":44976230,"uuid":"201225422","full_name":"wslyvh/raiden-api-client","owner":"wslyvh","description":"A lightweight Raiden Network API TypeScript client to interact with a Raiden Network node.","archived":true,"fork":false,"pushed_at":"2022-12-04T06:46:21.000Z","size":844,"stargazers_count":8,"open_issues_count":4,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-04-24T22:42:49.765Z","etag":null,"topics":["blockchain","ethereum","raiden","raiden-network"],"latest_commit_sha":null,"homepage":"https://wslyvh.github.io/raiden-api-client/","language":"TypeScript","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/wslyvh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-08T09:29:38.000Z","updated_at":"2023-09-04T06:45:23.000Z","dependencies_parsed_at":"2023-01-24T00:16:34.579Z","dependency_job_id":null,"html_url":"https://github.com/wslyvh/raiden-api-client","commit_stats":null,"previous_names":["wslyvh/raiden-client"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wslyvh%2Fraiden-api-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wslyvh%2Fraiden-api-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wslyvh%2Fraiden-api-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wslyvh%2Fraiden-api-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wslyvh","download_url":"https://codeload.github.com/wslyvh/raiden-api-client/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243569435,"owners_count":20312424,"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":["blockchain","ethereum","raiden","raiden-network"],"created_at":"2024-07-30T20:00:35.245Z","updated_at":"2025-03-14T11:31:12.468Z","avatar_url":"https://github.com/wslyvh.png","language":"TypeScript","funding_links":[],"categories":["Developer Resources"],"sub_categories":["🛠️ Hacks and More Tools for Devs"],"readme":"# Raiden-client\n\n[![Build Status](https://travis-ci.org/wslyvh/raiden-api-client.svg?branch=develop)](https://travis-ci.org/wslyvh/raiden-api-client)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=raiden-api-client\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=raiden-api-client)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=raiden-api-client\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=raiden-api-client)\n[![NPM](https://img.shields.io/npm/v/raiden-api-client.svg)](https://www.npmjs.com/package/raiden-api-client)\n[![NPM](https://img.shields.io/npm/l/raiden-api-client.svg)](https://www.npmjs.com/package/raiden-api-client)\n[![NPM](https://img.shields.io/npm/dt/raiden-api-client.svg)](https://www.npmjs.com/package/raiden-api-client)\n\n# Introduction\n\nA lightweight Raiden Network API TypeScript client to interact with a Raiden Network node.\n\n- [Official Website](https://raiden.network)\n- [Official Developer Portal](https://developer.raiden.network/)\n- [Official Raiden Network API documentation](https://raiden-network.readthedocs.io/en/latest/rest_api.html)\n\n# Install\n\n`npm i raiden-api-client --save`\n\n# Usage\n\n```typescript\nimport RaidenClient from \"raiden-api-client\";\n\nasync function printChannels() {\n  const client = new RaidenClient(\"http://localhost:5001/api\");\n  const channels = await client.getChannels();\n  console.log(channels);\n}\n```\n\n# Documentation\n\n- [Raiden Client API documentation](https://wslyvh.github.io/raiden-api-client/)\n\n# Contributing\n\nSee [CONTRIBUTING](./.github/CONTRIBUTING.MD).\n\n# License\n\nThis project is released under the MIT License. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwslyvh%2Fraiden-api-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwslyvh%2Fraiden-api-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwslyvh%2Fraiden-api-client/lists"}