Skip to content

Commit

Permalink
Merge pull request #81 from ZencashOfficial/bip39_zencashjs
Browse files Browse the repository at this point in the history
Bip39 zencashjs
  • Loading branch information
zennermac committed Feb 20, 2019
2 parents 91fb3d2 + 9d17b8a commit 7116936
Show file tree
Hide file tree
Showing 8 changed files with 148,877 additions and 117,218 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

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

Use node v6.11.X
Use node v6.15.1

## Setup instructions

```
export ANDROID_HOME=<path to sdk>
npm install -g yarn cordova@7.1.0
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-qrscanner cordova-plugin-file cordova-plugin-http cordova-clipboard cordova-plugin-inappbrowser cordova-plugin-device cordova-plugin-wkwebview-engine cordova-plugin-whitelist cordova-plugin-google-analytics
cordova platform add [android@6.2.3 | ios]
cordova run [android | ios]
Expand Down
10 changes: 5 additions & 5 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
<allow-navigation href="data:*" />
<access origin="*" />
<allow-intent href="*" />
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
<engine name="android" spec="^6.2.3" />
<plugin name="cordova-plugin-file" spec="^4.3.3" />
<plugin name="cordova-plugin-google-analytics" spec="^1.8.6">
<variable name="GMS_VERSION" value="11.0.1" />
</plugin>
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
<plugin name="cordova-plugin-http" spec="^1.2.0" />
<plugin name="cordova-clipboard" spec="^1.2.1" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-google-analytics" spec="^1.8.6">
<variable name="GMS_VERSION" value="11.0.1" />
</plugin>
<engine name="android" spec="^6.4.0" />
</widget>
Loading

0 comments on commit 7116936

Please sign in to comment.