{"id":21809472,"url":"https://github.com/lepetitbloc/bitcoind-client","last_synced_at":"2026-05-03T01:45:40.305Z","repository":{"id":122726848,"uuid":"123941113","full_name":"LePetitBloc/bitcoind-client","owner":"LePetitBloc","description":":speech_balloon: Modern `bitcoind` JSON-RPC client for node and the browser","archived":false,"fork":false,"pushed_at":"2018-05-07T11:35:22.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T22:40:25.016Z","etag":null,"topics":["bitcoind","json-rpc","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/LePetitBloc.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,"publiccode":null,"codemeta":null}},"created_at":"2018-03-05T15:41:23.000Z","updated_at":"2018-05-07T11:35:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"7023cb52-7712-4ffe-8979-173df7705f14","html_url":"https://github.com/LePetitBloc/bitcoind-client","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"872dfc1ad8686cc42bb9a1249699cfc06b963c41"},"previous_names":["lepetitbloc/dashd-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LePetitBloc%2Fbitcoind-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LePetitBloc%2Fbitcoind-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LePetitBloc%2Fbitcoind-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LePetitBloc%2Fbitcoind-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LePetitBloc","download_url":"https://codeload.github.com/LePetitBloc/bitcoind-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244761786,"owners_count":20506123,"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":["bitcoind","json-rpc","nodejs"],"created_at":"2024-11-27T13:21:58.117Z","updated_at":"2026-05-03T01:45:40.257Z","avatar_url":"https://github.com/LePetitBloc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitcoind-client\n\n[![NPM package version][npm-svg]][npm-url]\n[![Build Status on Travis][travis-svg]][travis-url]\n\nBitcoind JsonRPC client for node and the browser.\n\n\u003e This client should be compatible with all `bitcoin` forks, to name a few: Dash, PivX, etc...\n\n## Install\n```\nnpm install --save bitcoind-client\n```\n\n## Usage\n```\nconst { createCall } = require('bitcoind-client');\nconst call = createCall({\n    rpchost: '127.0.0.1',\n    rpcuser: 'user',\n    rpcpassword: 'password',\n    rpcport: '9998',\n});\n\ncall('getwalletinfo')\n    .then(result =\u003e console.info(result))\n    .catch(e =\u003e console.error(e))\n;\n```\n\n\u003e For node you need to require a `fetch` implementation.\n\u003e `isomorphic-fetch` is recommended and marked as a peerDependency.\n\u003e ```\n\u003e npm install --save isomorphic-fetch\n\u003e ```\n\n## Development\n```\nnpm test\nnpm run prettier\n```\n\n## Licence\nMIT\n\n[npm-svg]: https://img.shields.io/npm/v/bitcoind-client.svg\n[npm-url]: https://npmjs.org/package/bitcoind-client\n[travis-svg]: https://travis-ci.org/LePetitBloc/bitcoind-client.svg\n[travis-url]: https://travis-ci.org/LePetitBloc/bitcoind-client\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepetitbloc%2Fbitcoind-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flepetitbloc%2Fbitcoind-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepetitbloc%2Fbitcoind-client/lists"}