Skip to content

jbell-circle/w3s-ios-sample-app-wallets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 93.7%
  • Ruby 6.3%