{"id":43223737,"url":"https://github.com/interledger-deprecated/ilp-plugin-tests","last_synced_at":"2026-02-01T09:17:48.598Z","repository":{"id":57271878,"uuid":"63783874","full_name":"interledger-deprecated/ilp-plugin-tests","owner":"interledger-deprecated","description":"Test suite for JS ILP Plugins","archived":false,"fork":false,"pushed_at":"2017-05-03T15:45:17.000Z","size":69,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-19T19:32:31.075Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interledger-deprecated.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-20T13:30:36.000Z","updated_at":"2018-10-29T19:51:51.000Z","dependencies_parsed_at":"2022-08-25T06:40:41.174Z","dependency_job_id":null,"html_url":"https://github.com/interledger-deprecated/ilp-plugin-tests","commit_stats":null,"previous_names":["interledgerjs/ilp-plugin-tests","interledger/js-ilp-plugin-tests"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/interledger-deprecated/ilp-plugin-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-plugin-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-plugin-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-plugin-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-plugin-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interledger-deprecated","download_url":"https://codeload.github.com/interledger-deprecated/ilp-plugin-tests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-plugin-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28974588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T08:16:14.655Z","status":"ssl_error","status_checked_at":"2026-02-01T08:06:51.373Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-02-01T09:17:48.526Z","updated_at":"2026-02-01T09:17:48.587Z","avatar_url":"https://github.com/interledger-deprecated.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ilp-Plugin Tests [![npm][npm-image]][npm-url]\n\n[npm-image]: https://img.shields.io/npm/v/ilp-plugin-tests.svg?style=flat\n[npm-url]: https://npmjs.org/package/ilp-plugin-tests\n\n\u003e A test suite for ILP LedgerPlugins, to make sure they conform to the\n\u003e javascript LedgerPlugin interface.\n\n## Usage\n\nTo use Ilp-Plugin Tests, just write a module that exports the plugin\nconstructor (as `.plugin`), a list of 2 options objects (as `.opts`), and a\ntimeout for payments to go through (as `.timeout`). This list of options should\ncontain options in the form:\n\n```js\n{\n  // plugin options here, for constructor\n  'pluginOptions': {\n    'auth': {\n      'account': 'bob',\n      ...\n    }\n  },\n  // options for transfers, added to transfers\n  'transfer': {\n    'account': 'alice',\n    ... \n  }\n}\n```\n\nThe file [./configs/virtual.js\n](https://github.com/interledgerjs/ilp-plugin-tests/blob/master/configs/virtual.js)\ncontains an example set of options. For example, to test `ilp-plugin-virtual`, you\ncould run:\n\n```sh\nnpm install ilp-plugin-virtual\nILP_PLUGIN_TEST_CONFIG='./configs/virtual.js' npm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger-deprecated%2Filp-plugin-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterledger-deprecated%2Filp-plugin-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger-deprecated%2Filp-plugin-tests/lists"}