Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.46 KB

Krypton

Swift 4.0 Supported Platforms

The most advanced crypto currency tracker that uses public data only and requires no private keys.

Preview

Setup

  1. git clone <url>
  2. git submodule update --recursive --init

Dependencies

Submodules

This project uses git submodules to manage its dependencies. Therefore, setup becomes a two-step process. To update to the newest availble commit from the tracked branch of each submodule, run: git submodule update --recursive --remote.

Additionally, checkouts will happen in a DETACHED-state, i.e. any changes or updates pulled in, must be committed to its remote branch or this repository respectively in order to persist. For a full explanation, please read ActiveState and/or StackOverflow.