Skip to content

zerocurrencycoin/zero-mobile-wallet

 
 

Repository files navigation

ZERO Mobile

ZERO mobile app built using Onsen UI, Redux, React and Webpack.

Use node v6.11.X

Setup instructions

npm install -g yarn cordova
git clone https://github.com/cryptoforge/zero-mobile.github
cd zero-Mobile
git checkout master
yarn install
cordova plugin add cordova-plugin-qrscanner cordova-plugin-file cordova-plugin-http cordova-clipboard cordova-plugin-inappbrowser cordova-plugin-device cordova-plugin-wkwebview-engine cordova-plugin-whitelist
cordova plugin add cordova-plugin-google-analytics
cordova plugin add cordova-plugin-splashscreen
cordova plugin add cordova-plugin-statusbar
cordova plugin add cordova-plugin-disable-ios11-statusbar

Android

Requires Android SDK (Recommend Full Studio) and Oracle Java to be installed

cordova platform add [email protected]
cordova run android

iOS

Requies XCode to be installed

cordova platform add ios
cordova run ios

iOS FAQ

  1. Icons

Icons are a bit of a bitch to setup for iOS. Make sure you've added the ios platform to cordova, and copy the folder ./assets/img/ios/AppIcon.appiconset to ./platforms/ios/ZEN\ Wallet/Images.xcassets. Remove the folder AppIcon.appiconset if it exists in ./platforms/ios/ZEN\ Wallet/Images.xcassets.

  1. .ipa files (using it on a real iPhone)
1: Change scheme destination to Generic IOS device.

2: Click Product > Archive > once this is complete open up the Organiser and click the latest version.

3: Click on Export... option from right side of organiser window.

4: Select a method for export > Choose correct signing > Save to Destination.

2.1 Adding account to sign for the app

1. Xcode -> Preferences -> Account -> sign in with your apple id
2. https://i.stack.imgur.com/w4SlR.gif

Contributors

Cryptoforge

lutsifer

kendricktan

alexanderzabuga

kevinah95

afucher

andyvh

darkavenger

emhaye

simoneddeland

dropnib

rubyxroot

berar

About

Mobile Wallet for Zero

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.9%
  • CSS 2.1%