ZilPay wallet the decentralized browser and wallet in one. Via ZilPay you and developers can create decentralized applications on ZIlliqa blockchain.
For developers:
Build deploy the local version, from source code.
Clone:
$ git clone https://github.com/zilpay/zilpay-mobile.git
$ cd zilpay-mobile
Install dependencies:
$ yarn
Run IOS:
$ yarn ios
Run real device:
$ yarn ios --device
$ yarn android --device
building release.
$ yarn ios --variant=release
$ yarn android --variant=release
build bungle
node node_modules/react-native/local-cli/cli.js bundle --entry-file='./index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'
Android build singed package
$ ./gradlew bundleRelease