/iOS

Open source, non-custodial Terra Wallet focused on privacy iOS App

Primary LanguageSwift

iOS

Open source non-custodial Terra Wallet. We send your finance from the Earth to the Moon

Running the project

To run this project update / fetch the backend submodule

Git clone with submodules

git clone --recurse-submodules git@github.com:Terra-Planet/iOS.git

Updating modules later

git submodule update --init --recursive

Install dependencies

Install iOS dependencies

pod install

Install backend dependencies

cd Terra\ Planet/nodejs-project 
npm i