- Create/Import Ethereum wallet
- Check balances, transactions
- Send/Receive ETH and ERC20 Token
- Tracking your balance with Notification.
Install rn-nodeify
to be able to use Node.js libs.
sudo npm i rn-nodeify -g
Install the dependencies in the local node_modules folder.
npm install
CocoaPods 1.3+ is required
Run from your terminal to install the library.
cd ios
pod install
cd ../
Run Golden on iOS
react-native run-ios
Run Golden on Android
react-native run-android