{"id":13784157,"url":"https://github.com/interledgerjs/ilp-plugin-xrp-paychan","last_synced_at":"2025-09-19T17:57:46.208Z","repository":{"id":57271880,"uuid":"83310524","full_name":"interledgerjs/ilp-plugin-xrp-paychan","owner":"interledgerjs","description":"Send ILP payments over Ripple using XRP and payment channels","archived":false,"fork":false,"pushed_at":"2019-02-13T16:09:10.000Z","size":517,"stargazers_count":9,"open_issues_count":7,"forks_count":12,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-08-31T00:05:23.130Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interledgerjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-27T12:58:37.000Z","updated_at":"2021-09-27T15:36:35.000Z","dependencies_parsed_at":"2022-08-25T06:40:42.646Z","dependency_job_id":null,"html_url":"https://github.com/interledgerjs/ilp-plugin-xrp-paychan","commit_stats":null,"previous_names":["ripple/ilp-plugin-xrp-paychan"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/interledgerjs/ilp-plugin-xrp-paychan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-paychan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-paychan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-paychan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-paychan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interledgerjs","download_url":"https://codeload.github.com/interledgerjs/ilp-plugin-xrp-paychan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-paychan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274903068,"owners_count":25371079,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08-03T19:00:36.447Z","updated_at":"2025-09-19T17:57:46.191Z","avatar_url":"https://github.com/interledgerjs.png","language":"JavaScript","funding_links":[],"categories":["Ledger Plugins"],"sub_categories":["JavaScript (Interledger.js)"],"readme":"# ilp-plugin-xrp-paychan\n\nUses payment channels on ripple to do fast ILP transactions between you and a\npeer. Current in-flight payments are at risk (your peer can choose not to give\nyou claims for them), but are secured against the ledger as soon as you get a\nclaim.\n\n**Warning: This plugin is still in a development state.**\n\n# Example\n\nThis is how to instantiate a plugin:\n\n```js\nconst PluginXrpPaychan = require('ilp-plugin-xrp-paychan')\nconst Store = require('ilp-plugin-payment-channel-framework/test/helpers/objStore')\n\nconst plugin = new PluginXrpPaychan({\n\n  // If you want your peer to connect to you as a ws client (which doesn't\n  // change the nature of the liquidity relationship) set the `listener`\n  // argument in the constructor.\n  listener: {\n    port: 666,\n    secret: 'its_a_secret' // this is the token that your peer must authenticate with.\n  },\n\n  // If you wish to connect to your peer as a ws client, specify the server option.\n  // You may specify both the server and client options; in that case it is not deterministic\n  // which peer will end up as the ws client.\n  server: 'btp+ws://:its_a_secret@localhost:666',\n\n  // Specify the server that you submit XRP transactions to.\n  xrpServer: 'wss://s.altnet.rippletest.net:51233',\n\n  // XRP address and secret\n  secret: 's...',\n  address: 'r...',\n\n  // Peer's XRP address\n  peerAddress: 'r...',\n\n  // Store in which to save claims and channel details. This will be passed in\n  // automatically if you're using the ILP connector.\n  _store: new Store()\n})\n\nplugin.connect().then(() =\u003e {\n  // do something with your plugin\n  return plugin.sendData(/* ... */)\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledgerjs%2Filp-plugin-xrp-paychan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterledgerjs%2Filp-plugin-xrp-paychan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledgerjs%2Filp-plugin-xrp-paychan/lists"}