A mobile wallet for dapps & tokens. Currently focused on iOS.
- A computer running macOS.
- Install the latest version of XCode: https://developer.apple.com/xcode/
If you are new to React Native, this is a helpful introduction: https://facebook.github.io/react-native/docs/getting-started.html
-
Clone the GitHub repository to your machine.
-
Run
yarn
to get all of the packages required. -
Run
./node_modules/.bin/rn-nodeify --install "crypto" --hack
-
Install CocoaPods by running
sudo gem install cocoapods
-
Install required Pods by running
cd ios && pod install && cd ..
-
Run
yarn ios
to build the project for XCode. -
Open
balance-wallet/ios/BalanceWallet.xcworkspace
. -
Run the project by clicking the play button.