https://github.com/openmf/fiinwallet
https://github.com/openmf/fiinwallet
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmf/fiinwallet
- Owner: openMF
- License: mpl-2.0
- Created: 2019-03-15T00:00:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:32:34.000Z (over 2 years ago)
- Last Synced: 2025-04-28T11:22:32.839Z (about 1 year ago)
- Language: TypeScript
- Size: 19 MB
- Stars: 10
- Watchers: 7
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fiinwallet
The Fiinwallet is built on the top of Mifos Self Service APIs in order to give access to basic financial services to the end users connected to the Fintech.
The app currently runs on Ionic 3 framework using Typescript. The Ionic [Ionic Framework](https://ionicframework.com/docs/v1/guide/preface.html) has in built sdk for generating native mobile apps for Android, IOS as well as Windows.
# Installation for Development Version
git clone https://github.com/openMF/fiinwallet
cd fiinwallet/app
npm install
ionic serve
# To generate signed release APK for Android:
Please refer [APK generation guidelines](https://gist.github.com/manigedit/d5260b2d0e53c2a737f8639b081a581f)