IOTA Trinity Mobile Wallet

March 9, 2020 ยท View on GitHub

Testing: Build Status

Deployment: Build Status

Repository for the IOTA Trinity Mobile Wallet. The application is built on React Native.

Required Dependencies

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