WeiPay is a open source Ethereum and ERC20 wallet available for both IOS and Android mobile devices. WeiPay allows for multiple network and wallet configurations, contract interactions, and contact key management.
git clone https://github.com/ChainSafe/WeiPay.git
npm install, sudo npm install
(if on linux)react-native link
react-native run-ios
|| react-native run-android
buildToolsVersion
of 25.0.2+
. This should easily and automatically be downloaded by Android Studio's SDK Manager.sudo npm install eslint --save-dev
sudo npm install eslint-plugin-react --save-dev
sudo npm install eslint-plugin-react-native --save-dev
sudo npm install eslint-plugin-import --save-dev
git clone https://github.com/ChainSafe/WeiPay.git
npm install
or yarn install
react-native link
React Native/Xcode build issue
https://github.com/facebook/react-native/issues/19839
https://github.com/facebook/react-native/issues/14382
CD /node_modules/react-native/third-party/glog & ./configure
https://github.com/facebook/react-native/issues/16106
Fixing iOS build error for react native permissions https://github.com/yonahforst/react-native-permissions/issues/42
Build error fishhook https://user-images.githubusercontent.com/637225/41004316-d626d112-68ef-11e8-8a5e-397a55777bc4.png
Select a development team https://stackoverflow.com/questions/39524148/requires-a-development-team-select-a-development-team-in-the-project-editor-cod
Linking vectors https://github.com/react-native-training/react-native-elements/issues/503
Enable Usb debugging in the Developers option
For immediate app testing and debugging, you can build a debug APK. The debug APK is signed with a debug key provided by the SDK tools and allows debugging through adb.
To build a debug APK, open a command line and navigate to the root of your project directory. To initiate a debug build, invoke the assembleDebug task:
cd android && ./gradlew assembleDebug
react-native run-android
If your device is not found
adb devices
adb reverse tcp:8081 tcp:8081