Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horizenofficial/zencash-mobile
Mobile Wallet for ZENCash
https://github.com/horizenofficial/zencash-mobile
currency mobile privacy zencash
Last synced: 7 days ago
JSON representation
Mobile Wallet for ZENCash
- Host: GitHub
- URL: https://github.com/horizenofficial/zencash-mobile
- Owner: HorizenOfficial
- License: mit
- Created: 2017-08-30T03:53:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T23:48:42.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T04:51:51.219Z (almost 2 years ago)
- Topics: currency, mobile, privacy, zencash
- Language: JavaScript
- Size: 45.3 MB
- Stars: 54
- Watchers: 22
- Forks: 67
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZENCash Mobile
ZENCash mobile app built using Onsen UI, Redux, React and Webpack.
Use node v6.15.1
## Setup instructions
```
export ANDROID_HOME=
npm install -g yarn [email protected]
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 platform add [email protected]
cordova run android# Generate a Signed APK
cordova build --release android
zipalign -v 4
apksigner sign --ks```
## Updating Color Scheme or Logo
Toolbar color scheme location:
```
assets/css/index.css
```Logo location:
```
assets/img/zencash.png
```### iOS FAQ
1. Icons
Icons are a bit of a pain 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`.
2. `.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
[kendricktan](http://github.com/kendricktan/)
[alexanderzabuga](https://github.com/alexanderzabuga)
[kevinah95](https://github.com/kevinah95)
[afucher](https://github.com/afucher)
[andyvh](https://github.com/andyvh)
[darkavenger](https://github.com/darkavenger)
[emhaye](https://github.com/emhaye)
[simoneddeland](https://github.com/simoneddeland)
[dropnib](https://github.com/dropnib)
[rubyxroot](https://github.com/rubyxroot)
[berar](https://github.com/berar)