{"id":14980093,"url":"https://github.com/getbitpocket/bitpocket-mobile-app","last_synced_at":"2025-06-27T01:32:56.336Z","repository":{"id":143859474,"uuid":"49874948","full_name":"getbitpocket/bitpocket-mobile-app","owner":"getbitpocket","description":"Mobile app for accepting bitcoin payments at the point of sale (Bitcoin POS).","archived":false,"fork":false,"pushed_at":"2017-11-18T19:01:52.000Z","size":15119,"stargazers_count":28,"open_issues_count":7,"forks_count":27,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-08T23:31:43.228Z","etag":null,"topics":["bitcoin","bitcoin-payment","bitcoin-wallet","cordova","ionic","merchants","mobile-app","point-of-sale","pos"],"latest_commit_sha":null,"homepage":"http://bitpocket.at","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getbitpocket.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":"2016-01-18T12:19:41.000Z","updated_at":"2024-11-09T09:35:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"b68deb82-6fad-4fdc-bbc2-39820573dec3","html_url":"https://github.com/getbitpocket/bitpocket-mobile-app","commit_stats":{"total_commits":124,"total_committers":5,"mean_commits":24.8,"dds":0.08870967741935487,"last_synced_commit":"907cf005fcd2c33bd9c2aa2d2a9a2281bc1a6376"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/getbitpocket/bitpocket-mobile-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getbitpocket%2Fbitpocket-mobile-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getbitpocket%2Fbitpocket-mobile-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getbitpocket%2Fbitpocket-mobile-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getbitpocket%2Fbitpocket-mobile-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getbitpocket","download_url":"https://codeload.github.com/getbitpocket/bitpocket-mobile-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getbitpocket%2Fbitpocket-mobile-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262172703,"owners_count":23270079,"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":["bitcoin","bitcoin-payment","bitcoin-wallet","cordova","ionic","merchants","mobile-app","point-of-sale","pos"],"created_at":"2024-09-24T14:01:16.767Z","updated_at":"2025-06-27T01:32:56.320Z","avatar_url":"https://github.com/getbitpocket.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/getbitpocket/bitpocket-mobile-app.svg?branch=master)](https://travis-ci.org/getbitpocket/bitpocket-mobile-app) [![Join the chat at https://gitter.im/getbitpocket/bitpocket-mobile-app](https://badges.gitter.im/getbitpocket/bitpocket-mobile-app.svg)](https://gitter.im/getbitpocket/bitpocket-mobile-app?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![Dependency Status](https://david-dm.org/getbitpocket/bitpocket-mobile-app.svg)](https://david-dm.org/getbitpocket/bitpocket-mobile-app)\n\n\n# BitPocket\n\nEnabling Bitcoin Payments at the Point of Sale.\n\n## Screenshots\n\n\u003ctable\u003e\n\u003ctr align=\"center\"\u003e\n\u003ctd\u003e\u003cimg height=\"450\" src=\"https://cloud.githubusercontent.com/assets/5379359/25747451/d32e55e6-31a7-11e7-8d89-188e97484174.png\" alt=\"BitPocket - Request Payment\"\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg height=\"450\" src=\"https://cloud.githubusercontent.com/assets/5379359/25736967/7852a4a6-3175-11e7-9749-b94b86005f36.png\" alt=\"BitPocket - Manage Accounts\"\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg height=\"450\" src=\"https://cloud.githubusercontent.com/assets/5379359/25736984/8f12d9fe-3175-11e7-895b-335342e3db89.png\" alt=\"BitPocket - Transaction History\"\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## Main features\n\n - Multiple accounts\n - BIP32 HD Keys\n - Testnet support\n - Support for different currencies\n - i18n support\n\n## Development setup\n\nBitPocket is an App based on the Ionic/Cordova Frameworks. Therefore a couple of node modules are required to get started. In order to setup your environment the following global node modules need to be installed: `npm i cordova ionic -g`\n\nAfter successful installation of the required global modules, do a `npm i` inside the project folder to gather all local module dependencies. Additionally, some cordova plugins are required also. `ionic state reset --plugin` does the trick here.\n\n - `ionic serve` can be used to test the app locally in the browser, however not all networking features are available.\n - `ionic run (android|ios)` can be used to test the app on a connected device\n - `ionic emulate (android|ios)` can be used to test the app on a emulator/simulator\n\n## Testing\n\nBitPocket is developed alongside unit and e2e testing. Test can be run:\n\n - `npm run test:unit` for unit tests\n - `npm run test:e2e` for e2e tests\n\n## Translations\n\n - [English](https://github.com/getbitpocket/bitpocket-mobile-app/blob/master/src/assets/i18n/en.json)\n - [German](https://github.com/getbitpocket/bitpocket-mobile-app/blob/master/src/assets/i18n/de.json)\n - [Polish](https://github.com/getbitpocket/bitpocket-mobile-app/blob/master/src/assets/i18n/pl.json)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetbitpocket%2Fbitpocket-mobile-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetbitpocket%2Fbitpocket-mobile-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetbitpocket%2Fbitpocket-mobile-app/lists"}