Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.25 KB

Compile.md

File metadata and controls

27 lines (22 loc) · 1.25 KB

Compile

To build the app, you need NodeJs and Apache Cordova. See the instructions on the official website. Android & Ios dependencies are not part of this scope.

Steps

As the project is build around the webwallet, the first thing to do is to download the content of the official masari webwallet and put the content of the src directory inside the src directory of this repo (after compiling. See instructions in the upstream repository). Releases (master branch) are automatically compiled and the result can be downloaded on the Gitlab mirror

Create a directory named "www", empty.

The next step is to compile with

cordova build

To launch the Android app you will need to launch

cordova run android

Release APKs

With the cordova cli, it is possible to generate signed APKs with the following command

cordova build android --release -- --keystore="../MasariKey/MobileAppAndroid.jks" --alias=key0 --password=XXXX --storePassword=XXX

where ../MasariKey/MobileAppAndroid.jks is the path to the keystore and key0 is the key alias