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 [email protected]: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