{"id":18492458,"url":"https://github.com/makevoid/corb_wallet","last_synced_at":"2026-04-29T17:01:30.996Z","repository":{"id":136508200,"uuid":"45677819","full_name":"makevoid/corb_wallet","owner":"makevoid","description":"Server side wallet prototype powered by Ruby and Bitcoin Core  - made in 2015","archived":false,"fork":false,"pushed_at":"2015-11-06T22:51:04.000Z","size":0,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T01:59:05.840Z","etag":null,"topics":["bitcoin","bitcoin-core","json-rpc-api","ruby","wallet"],"latest_commit_sha":null,"homepage":"http://makevoid.github.io/corb_wallet","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makevoid.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":"2015-11-06T11:18:21.000Z","updated_at":"2025-03-08T12:22:34.000Z","dependencies_parsed_at":"2023-03-13T16:47:32.499Z","dependency_job_id":null,"html_url":"https://github.com/makevoid/corb_wallet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/makevoid/corb_wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fcorb_wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fcorb_wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fcorb_wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fcorb_wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makevoid","download_url":"https://codeload.github.com/makevoid/corb_wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makevoid%2Fcorb_wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["bitcoin","bitcoin-core","json-rpc-api","ruby","wallet"],"created_at":"2024-11-06T13:08:06.647Z","updated_at":"2026-04-29T17:01:30.958Z","avatar_url":"https://github.com/makevoid.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Corb Wallet\n### Ruby Web Wallet based on Bitcoin Core\n\nsite: http://makevoid.github.io/corb_wallet  (gh pages)\n\n#### Simple UI + secure and custom wallet API on top of the standard Bitcoin Core JSON RPC API\n\n#### Bitcoin Core\n\nyou need to download Bitcoin Core from bitcoin.org\n\nyou can find precompiled binaries for your system or compile the source yourself\n\nthe JSON API is available on both `bitcoind` and `bitcoin-qt` (the QT GUI)\n\n#### Installing\n\nto install this wallet app you need ruby 2.1+ installed, then run:\n\n    gem i bundler\n\n    bundle\n\n#### Running it\n\n    rackup\n\n#### Configurations\n\ncheck `config/env.rb`\n\nyou need to configure your `~/.bitcoin/bitcoin.conf`\n\nthis is a simple example config:\n\n    rpcuser=bitcoinrpc\n    rpcpassword=YOUR_PASSWORD_HERE\n\n    server=1\n\nrun `bitcoind`\n\n#### Why Ruby?\n\nSimplicity, gives the ability to create DSL easily\n\n#### Why on Bitcoin Core?\n\nBitcoin Core is the most common, reliable, and most frequently updated implementation we have at the moment, until libbitcoin will be the reference implementation, the JSON RPC API provided by bitcoin core is the easiest and most straightfoward way to run the latest (full) bitcoin on your machine/server.\nInteracting with it's API is easy and fun! Especially in a dynamic language like Ruby!\n\n#### Why the name CoRb?\n\nCo stands for Core and Rb is for Ruby :D\n\n\n#### powered by\n\n- Roda, the routing tree framework, fast, concise and fun!\n\n- Bitcoin-Client\n\n- Haml\n\n- Redis (optional, get commands cache)\n\n\nenjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fcorb_wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakevoid%2Fcorb_wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakevoid%2Fcorb_wallet/lists"}