All Projects → getbitpocket → bitpocket-mobile-app

getbitpocket / bitpocket-mobile-app

Licence: BSD-2-Clause license
Mobile app for accepting bitcoin payments at the point of sale (Bitcoin POS).

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bitpocket-mobile-app

Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-50%)
Mutual labels:  cordova, ionic, mobile-app
Mobile.UP
Mobile.UP
Stars: ✭ 13 (-50%)
Mutual labels:  cordova, ionic, mobile-app
v-cupertino
A Vue 3 Wrapper for Cupertino Pane Library
Stars: ✭ 17 (-34.62%)
Mutual labels:  cordova, ionic
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (-26.92%)
Mutual labels:  cordova, ionic
ellenorzo
Arisztokréta: Nem hivatalos KRÉTA-kompatibilis ellenőrző alkalmazás
Stars: ✭ 17 (-34.62%)
Mutual labels:  cordova, ionic
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (+34.62%)
Mutual labels:  cordova, ionic
ionic4-boilerplate
🚀 boilerplate for ionic4 with CI based on travis and fastlane. doc and example are provided
Stars: ✭ 25 (-3.85%)
Mutual labels:  cordova, ionic
mobile-messaging-cordova-plugin
Mobile Messaging SDK plugin for Cordova projects
Stars: ✭ 19 (-26.92%)
Mutual labels:  cordova, ionic
quicktill
Figure out where all the money and stock went to
Stars: ✭ 29 (+11.54%)
Mutual labels:  pos, point-of-sale
Ioniclub
❤️ Ioniclub is hybird mobile app of https://cnodejs.org
Stars: ✭ 35 (+34.62%)
Mutual labels:  cordova, ionic
open-pos
Open Source Point of Sale System.
Stars: ✭ 52 (+100%)
Mutual labels:  pos, point-of-sale
ionic-3-video-calling-using-webrtc
This is demo code of how to implement video calling in ionic 3 using webrtc
Stars: ✭ 58 (+123.08%)
Mutual labels:  cordova, ionic
ionic4-angular7-example
Ionic 4, Angular 7 and Cordova Tutorial: Build CRUD Mobile Apps
Stars: ✭ 57 (+119.23%)
Mutual labels:  cordova, ionic
cordova-plugin-exoplayer
Media player plugin for Cordova that uses Google's ExoPlayer
Stars: ✭ 48 (+84.62%)
Mutual labels:  cordova, ionic
cordova-plugin-amap
Amap Maps plugin for Cordova
Stars: ✭ 51 (+96.15%)
Mutual labels:  cordova, ionic
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+223.08%)
Mutual labels:  pos, point-of-sale
angular-cordova
Angular wrapper for Cordova
Stars: ✭ 21 (-19.23%)
Mutual labels:  cordova, ionic
ionic-vue-mobile-template-03
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 62 (+138.46%)
Mutual labels:  cordova, ionic
ionic4-image-crop-upload
Ionic 4, Angular 7 and Cordova Crop and Upload Image
Stars: ✭ 16 (-38.46%)
Mutual labels:  cordova, ionic
ionic-resource-generator
Painless, Offline First, No Dependency, Ionic resources generator
Stars: ✭ 31 (+19.23%)
Mutual labels:  cordova, ionic

Build Status Join the chat at https://gitter.im/getbitpocket/bitpocket-mobile-app Dependency Status

BitPocket

Enabling Bitcoin Payments at the Point of Sale.

Screenshots

BitPocket - Request Payment BitPocket - Manage Accounts BitPocket - Transaction History

Main features

  • Multiple accounts
  • BIP32 HD Keys
  • Testnet support
  • Support for different currencies
  • i18n support

Development setup

BitPocket 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

After 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.

  • ionic serve can be used to test the app locally in the browser, however not all networking features are available.
  • ionic run (android|ios) can be used to test the app on a connected device
  • ionic emulate (android|ios) can be used to test the app on a emulator/simulator

Testing

BitPocket is developed alongside unit and e2e testing. Test can be run:

  • npm run test:unit for unit tests
  • npm run test:e2e for e2e tests

Translations

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].