Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.39 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.39 KB

w3s-ios-sample-app-wallets

This is a sample project for iOS beginners to integrate with CircleProgrammableWalletSDK


Requirements

Xcode

Install Apple’s Xcode development software: Xcode in the Apple App Store.

CocoaPods

CocoaPods is a dependency manager for iOS projects. Install CocoaPods by Homebrew. (suggested)

Check if Homebrew is installed:

$ brew

How to install Homebrew in MacOS: Link

Installation

  1. Clone this repo
  2. Open project folder $ cd w3s-ios-sample-app-wallets
  3. Run $ pod install to install CircleProgrammableWalletSDK
  4. Run $ pod update to update SDK (Optional)
  5. Open the .xcworkspace file in Xcode

Run the project

  1. Select a simulator as run target

  2. press Run button (Command + R) image

  3. Set your AppID in the simulator

  1. (Optional) Setup configs programmatically

    image

    • Set the appId in the ContentView.swift
    • Set the endPoint in the ContentView.swift