- Run
./prepare.sh
- Follow platform-specific instructions below
- Install Android SDK and Cordova 5.4
cd
to the WalletCordova directory- Run
cordova prepare android
- Run
cordova build android
After following these steps you should get a debug apk file in platforms/android/build/outputs/apk/android-debug.apk
.
There's an issue with xcode
node library causing cordova prepare ios
to fail silently. See apla/me.apla.cordova.app-preferences#65 for a workaround.
- Install Xcode and Cordova 5.4
cd
to the WalletCordova directory- Run
git submodule update --init
- Run
cordova prepare ios
- Run
cordova build ios
After following these steps you should get an .app in platforms/ios/build/emulator/GreenAddress.It.app.
You can also run BIP38 unit tests by copying them from plugins/it.greenaddress.cordova/bip38/BIP38Tests.m
manually and adding a new testing target in XCode.
Before making a Pull Request for WalletCordova check if what you want to modify is present in https://github.com/greenaddress/GreenAddressWebFiles - if it is then you should do the PR there.
This repo is updated every time GreenAddressWebFiles is.