{"id":19294008,"url":"https://github.com/igrishaev/clj-bitcoin","last_synced_at":"2026-05-17T10:33:52.434Z","repository":{"id":147469621,"uuid":"112484164","full_name":"igrishaev/clj-bitcoin","owner":"igrishaev","description":null,"archived":false,"fork":false,"pushed_at":"2017-12-08T07:43:34.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T00:26:05.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igrishaev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-11-29T14:17:31.000Z","updated_at":"2018-12-07T09:19:55.000Z","dependencies_parsed_at":"2023-07-24T18:30:21.956Z","dependency_job_id":null,"html_url":"https://github.com/igrishaev/clj-bitcoin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/igrishaev/clj-bitcoin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrishaev%2Fclj-bitcoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrishaev%2Fclj-bitcoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrishaev%2Fclj-bitcoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrishaev%2Fclj-bitcoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igrishaev","download_url":"https://codeload.github.com/igrishaev/clj-bitcoin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrishaev%2Fclj-bitcoin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33134969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":"2024-11-09T22:36:50.435Z","updated_at":"2026-05-17T10:33:52.417Z","avatar_url":"https://github.com/igrishaev.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitcoin\n\n[api-wiki]:https://bitcoin.org/en/developer-reference#rpcs\n\nA Clojure wrapper upon the original C++ Bitcoin client. Implements [JSON-RPC\nAPIs][api-wiki] for the server.\n\n## Installation\n\nAdd `[bitcoin \"0.1.0-SNAPSHOT\"]` to your dependencies.\n\n## Usage\n\n```clojure\n(use 'bitcoin.api)\n\n(def server (json-rpc \"127.0.0.1\" 8332 \"ivan\" \"123\"))\n\n(getbalance server \"ivan\")\n0.0\n\n(getaccountaddress server \"ivan\")\n1DiYHeMaZaX2aJpJ92J19gk3uar1KVDzGh\n\n(getaddressesbyaccount server \"ivan\")\n[\"1DiYHeMaZaX2aJpJ92J19gk3uar1KVDzGh\"]\n\n```\n\n## License\n\n[homepage]:http://grishaev.me/\n\nCopyright © 2017 [Ivan Grishaev][homepage].\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n\n\n## Misc\n\nThis library was developed during live [coding session][stream-1] on YouTube.\n\n[stream-1]:https://www.youtube.com/watch?v=JtKmeTZNT7w\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrishaev%2Fclj-bitcoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figrishaev%2Fclj-bitcoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrishaev%2Fclj-bitcoin/lists"}