{"id":20113663,"url":"https://github.com/archergu/simple-blockchain-rpc","last_synced_at":"2026-06-08T12:02:27.987Z","repository":{"id":34669109,"uuid":"166140163","full_name":"ArcherGu/simple-blockchain-rpc","owner":"ArcherGu","description":"A simple blockchain wallet rpc package","archived":false,"fork":false,"pushed_at":"2023-02-28T07:04:46.000Z","size":2198,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-14T00:03:08.072Z","etag":null,"topics":["blockchain","rpc","wallet"],"latest_commit_sha":null,"homepage":"","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/ArcherGu.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}},"created_at":"2019-01-17T01:40:44.000Z","updated_at":"2021-10-06T03:44:01.000Z","dependencies_parsed_at":"2023-01-15T08:30:59.438Z","dependency_job_id":null,"html_url":"https://github.com/ArcherGu/simple-blockchain-rpc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcherGu%2Fsimple-blockchain-rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcherGu%2Fsimple-blockchain-rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcherGu%2Fsimple-blockchain-rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcherGu%2Fsimple-blockchain-rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcherGu","download_url":"https://codeload.github.com/ArcherGu/simple-blockchain-rpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241557118,"owners_count":19981877,"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":["blockchain","rpc","wallet"],"created_at":"2024-11-13T18:25:18.753Z","updated_at":"2026-06-08T12:02:27.958Z","avatar_url":"https://github.com/ArcherGu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Blockchain RPC\n\nThere are actually a lot of similar packages, but I always think they are too complicated. Maybe a small and simple core package will be more suitable for those original projects.\n\n## Install\n```\nnpm i simple-blockchain-rpc\n```\n\n## Quick Start\n\n```js\nconst { Client } = require(\"simple-blockchain-rpc\");\n\nconst rpcClient = new Client({\n    rpchost: 'Your rpc host',\n    rpcport: Your rpc port,\n    rpcuser: 'Your rpc username',\n    rpcpassword: 'Your rpc password',\n})\n\nrpcClient.call('getblockhash', [100]).then(result =\u003e {\n    console.log(result)\n})\n```\n\n## License\n\nThe code in this project is licensed under MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchergu%2Fsimple-blockchain-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchergu%2Fsimple-blockchain-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchergu%2Fsimple-blockchain-rpc/lists"}