{"id":34651563,"url":"https://github.com/tetherto/tether-svc-test-helper","last_synced_at":"2026-05-25T08:34:22.809Z","repository":{"id":326526038,"uuid":"1021889629","full_name":"tetherto/tether-svc-test-helper","owner":"tetherto","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-05T11:46:08.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-05T12:27:13.999Z","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/tetherto.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-18T05:39:14.000Z","updated_at":"2026-05-05T10:49:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tetherto/tether-svc-test-helper","commit_stats":null,"previous_names":["tetherto/tether-svc-test-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tetherto/tether-svc-test-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Ftether-svc-test-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Ftether-svc-test-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Ftether-svc-test-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Ftether-svc-test-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tetherto","download_url":"https://codeload.github.com/tetherto/tether-svc-test-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetherto%2Ftether-svc-test-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33467427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T06:32:55.349Z","status":"ssl_error","status_checked_at":"2026-05-25T06:32:35.322Z","response_time":57,"last_error":"SSL_read: 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":"2025-12-24T17:56:46.671Z","updated_at":"2026-05-25T08:34:22.803Z","avatar_url":"https://github.com/tetherto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tether-svc-test-helper\n\nA library for testing Tether workers.\n\n## Features\n\n- Start and stop Tether worker instances programmatically\n- Connect to workers and perform RPC requests\n- Automatically detects worker readiness and handles RPC key changes\n- Includes retry logic for robust RPC communication\n\n## Usage\n\n```js\nconst { createWorker } = require('./lib/worker')\nconst createClient = require('./lib/client')\n\nconst worker = createWorker({ ...config })\nawait worker.start()\n\nconst client = createClient(worker)\nawait client.connect()\n\nconst response = await client.request('ping', { message: 'Hello, Tether!' })\nconsole.log(response)\n\nawait client.stop()\nawait worker.stop()\n```\n\nSee `examples/example.js` for a complete usage example.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetherto%2Ftether-svc-test-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetherto%2Ftether-svc-test-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetherto%2Ftether-svc-test-helper/lists"}