{"id":18374370,"url":"https://github.com/hyperbit-dev/rpc","last_synced_at":"2025-10-30T21:30:32.229Z","repository":{"id":96425005,"uuid":"590741475","full_name":"hyperbit-dev/rpc","owner":"hyperbit-dev","description":"Rpc Client for making requests to blockchain nodes","archived":false,"fork":false,"pushed_at":"2024-02-01T18:20:55.000Z","size":165,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-24T23:17:04.458Z","etag":null,"topics":["remote-procedure-call","rpc"],"latest_commit_sha":null,"homepage":"https://hyperbit.app","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/hyperbit-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-01-19T04:52:41.000Z","updated_at":"2024-12-16T11:41:48.000Z","dependencies_parsed_at":"2024-02-01T19:48:44.294Z","dependency_job_id":null,"html_url":"https://github.com/hyperbit-dev/rpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperbit-dev%2Frpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperbit-dev%2Frpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperbit-dev%2Frpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperbit-dev%2Frpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperbit-dev","download_url":"https://codeload.github.com/hyperbit-dev/rpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239060459,"owners_count":19574970,"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":["remote-procedure-call","rpc"],"created_at":"2024-11-06T00:14:21.806Z","updated_at":"2025-10-30T21:30:26.828Z","avatar_url":"https://github.com/hyperbit-dev.png","language":"TypeScript","readme":"![Hyperbit Chains Banner](https://github.com/hyperbit-dev/rpc/raw/master/media/repo-banner.png)\n\n# Hyperbit - RPC\n\nSimple Rpc Client for making requests to blockchain nodes.\n\n## Getting Started\n\n```sh\n# Using npm\nnpm install @hyperbitjs/rpc\n\n# Using yarn\nyarn add @hyperbitjs/rpc\n```\n\n### Usage\n\n```javascript\nimport { Client } from '@hyperbitjs/rpc';\n\nconst client = new Client({\n  url: 'http://127.0.0.1:9050',\n  username: 'username',\n  password: 'password',\n});\n\nclient.request('getchaintips').then(response =\u003e {\n  console.log('response', response);\n});\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperbit-dev%2Frpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperbit-dev%2Frpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperbit-dev%2Frpc/lists"}