This repository holds the source code for the Burstcoin mobile wallet developed by the PoC-Consortium. Documentation: https://poc-consortium.github.io/burstcoin-mobile/
Prerequisities
Android
If you setup your environment correctly, follow these steps:
Clone this repository
git clone git@github.com:poc-consortium/burstcoin-mobile-wallet.git
Install all used npm packages
npm install
Run the application on your virtual device
Android
tns run android
iOS
tns run ios
Please post bugs/problems into the issue section of this repository. This is the only place guaranteeing your issue is recognized and resolved quickly. Feature requests can also be posted.