IOTA Trinity Mobile Wallet
March 9, 2020 ยท View on GitHub
Repository for the IOTA Trinity Mobile Wallet. The application is built on React Native.
Required Dependencies
- NodeJS
- yarn
- React Native Dependencies
- If you are targeting iOS and are using Xcode 10+, please ensure that you have enabled the legacy build system.
- CocoaPods (iOS only)
Development setup
After installing the shared dependencies, install the mobile dependencies:
yarn deps:mobile
Then, navigate to this directory:
cd src/mobile
iOS
Install additional dependencies with CocoaPods:
cd ios && pod install && cd ..
Run the application:
yarn ios:dev
Run the logger:
yarn log:ios
Android
Run the application:
yarn android:dev
Run the logger:
yarn log:android