Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Latest commit

 

History

History
61 lines (41 loc) · 1.41 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.41 KB

IOTA Trinity Mobile Wallet

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