{"id":25716325,"url":"https://github.com/interledgerjs/ilp-plugin-xrp-iou","last_synced_at":"2026-06-19T05:31:59.353Z","repository":{"id":72490947,"uuid":"130397541","full_name":"interledgerjs/ilp-plugin-xrp-iou","owner":"interledgerjs","description":"ILP Plugin for XRP Ledger which settles via IOUs","archived":false,"fork":false,"pushed_at":"2018-04-20T20:44:11.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T14:56:17.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-20T18:06:55.000Z","updated_at":"2018-04-20T20:44:12.000Z","dependencies_parsed_at":"2024-05-13T04:34:07.842Z","dependency_job_id":null,"html_url":"https://github.com/interledgerjs/ilp-plugin-xrp-iou","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/interledgerjs/ilp-plugin-xrp-iou","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-iou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-iou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-iou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-iou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interledgerjs","download_url":"https://codeload.github.com/interledgerjs/ilp-plugin-xrp-iou/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledgerjs%2Filp-plugin-xrp-iou/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34519049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":"2025-02-25T14:52:59.576Z","updated_at":"2026-06-19T05:31:59.347Z","avatar_url":"https://github.com/interledgerjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ILP Plugin XRP IOU\n\u003e ILP plugin for XRP Ledger which settles via IOUs\n\n- [Overview](#overview)\n- [Usage](#usage)\n\n## Overview\n\nPrevious ILP Plugins for XRP Ledger have been based on payment channels, which\nmeans they can only use XRP.\n\nThis plugin is in the non-payment-channel class of plugins, based upon the [ILP\nPlugin Payment](https://github.com/interledgerjs/ilp-plugin-payment) skeleton.\nEvery call to `sendMoney` triggers an actual on-ledger payment.\n\nBecause of the low fees and the speed of XRP Ledger, this is a viable strategy\nfor settlement, and maximum unsecured amounts can still be kept low.\nFurthermore, sending on-ledger payments means we can use any asset issued on\nthe XRP ledger to settle, not just XRP.\n\n## Usage\n\nAdd `ilp-plugin-xrp-iou` to your project with:\n\n```\nnpm install --save ilp-plugin-xrp-iou\n```\n\nThen you can construct the plugin like so:\n\n```js\nconst PluginXrpIou = require('ilp-plugin-xrp-iou')\nconst plugin = new PluginXrpIou({\n  address: 'r...',            // Address on XRP ledger\n  secret: 's...',             // Secret on XRP ledger\n  server: 'btp+wss://...',    // BTP server of peer, or listener object\n  assetCode: 'USD',           // Asset code for IOU\n  assetScale: '9',            // Scale to use for integers in the given asset type\n  assetSpread: '0.01'         // Maximum fee on a payment from USD-\u003eUSD\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledgerjs%2Filp-plugin-xrp-iou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterledgerjs%2Filp-plugin-xrp-iou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledgerjs%2Filp-plugin-xrp-iou/lists"}