Skip to content

helikon-labs/subvt-ios

Repository files navigation

SubVT iOS

SubVT (Substrate Validator Toolkit) is a native mobile application for iOS and Android phones, tablets and wearables that provides node operators with tools that aid them in running their validators on Substrate-based blockchain networks.

Please visit the top-level repository for detailed project information, and the backend repository for the backend system that power multiple applications such as SubVT for iOS and Android, SubVT Telegram Bot for Polkadot and Kusama and Chainviz.

Build

  1. Clone this repository.
    1. git clone https://github.com/helikon-labs/subvt-ios.git
    2. cd subvt-ios
  2. Rename the data service environment file, and edit the file to set the API & RPC endpoint URLs.
    1. cd subvt-ios/SubVT/Resources/Config
    2. mv data-env-example.json data-env.json
    3. Edit data-env.json.
  3. If you'd like to use Crashlytics then copy your GoogleService-Info.plist file under SubVT folder in the root folder.
  4. You should be able to open and run the project with XCode (developed with XCode 14.1).