{"id":26804853,"url":"https://github.com/throughnothing/bitcoinspvcrx","last_synced_at":"2025-04-23T05:42:50.104Z","repository":{"id":27317848,"uuid":"30792146","full_name":"throughnothing/BitcoinSPVCrx","owner":"throughnothing","description":"Bitcoin SPV Wallet for Chrome/Chromebooks","archived":false,"fork":false,"pushed_at":"2015-02-22T02:03:10.000Z","size":2430,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-14T01:26:29.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/throughnothing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-14T09:12:14.000Z","updated_at":"2022-10-05T16:21:15.000Z","dependencies_parsed_at":"2022-09-02T04:41:41.552Z","dependency_job_id":null,"html_url":"https://github.com/throughnothing/BitcoinSPVCrx","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throughnothing%2FBitcoinSPVCrx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throughnothing%2FBitcoinSPVCrx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throughnothing%2FBitcoinSPVCrx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/throughnothing%2FBitcoinSPVCrx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/throughnothing","download_url":"https://codeload.github.com/throughnothing/BitcoinSPVCrx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246252666,"owners_count":20747782,"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":[],"created_at":"2025-03-29T22:27:19.326Z","updated_at":"2025-03-29T22:27:19.697Z","avatar_url":"https://github.com/throughnothing.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BitcoinSPVCrx\n\nBitcoinSPVCrx aims to be a Bitcoin SPV Client/Node + Wallet that can run\nentirely in Chrome and on a Chromebook.  It will also eventually work\nwith hardwear wallets like Trezor using chrome's usb HID interface and\nmy [chrome-trezor](https://github.com/throughnothing/chrome-trezor) module.\n\nThe SPV client + wallet code for this project has been broken out into the\n[bitcore-spv](https://github.com/throughnothing/bitcore-spv) module, to make\nimprovement of each piece easier.\n\nBitcoinSPVCrx is a terrible, terrible, name.  I plan to rename it when I\ncome up with something better.  Suggestions welcome!\n\n## Running in Chrome\n\nTo run the app, you *do not* need to install the developer requirements\nlisted below if you don't want to modify the code.  To run the app without\nbuilding, you should check out the `master-built` directory, which has the \n`build` directory files built and updated from master periodically.\n\nSimply check out `master-built`, enable \"Developer mode\" checkbox in the\nupper-right-hand corner of `chrome://extensions` and then click\n\"Load unpacked extension...\" and pick the `build/` directory of this repo.\n\nThe `build/manifest.json`, along with the `build/js/background.js` file that\nit points to will tell chrome how to run everything.\n\nIf you want to modify the code and run your modifications, you will need to\nproceed with the development requirements below.\n\n## Development requirements\n\n  * Chrome 38 or later. If you're on dev channel you should be fine.\n  * Node + [npm](https://www.npmjs.org/).\n  * Webpack + App dependencies:\n    * `sudo npm -g install webpack \u0026\u0026 npm install`\n\n## Build\n\nTo build run: `npm run build`\n\nWhenever you make changes to the javascript in the `*js/` directories, you will\nneed to run this again before re-launching the app from Chrome.\n\n## Notes\n\nBitcoinSPVCrx is currently using\n[chrome-net](https://github.com/feross/chrome-net) to replace use of node's\n`net` module when run in the browser.  This replaces `net` with an\nimplementation of it's interface that uses Chrome's sockets API underneath.\n\nBitcoinSPVCrx also uses `js/chrome/chrome-statdns.js` to replace node's\n`dns` module when run in Chrome.  This uses [statdns](http://www.statdns.com/)\nHTTP API to resolve DNS entries for bitcoin node seed-finding.  I hope to\nimprove on this in the future, and not rely on a single service for this,\nbut it works for now.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthroughnothing%2Fbitcoinspvcrx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthroughnothing%2Fbitcoinspvcrx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthroughnothing%2Fbitcoinspvcrx/lists"}