Skip to main content

Requirements

  • iOS 14.0+

Installation

You can install the WalletKit swift package using either Swift Package Manager or CocoaPods. Swift Package Manager
  1. In Xcode, select “File” → “Swift Packages” → “Add Package Dependency”
  2. Enter https://github.com/usewalletkit/walletkit-ios.git
CocoaPods
  1. Add pod 'WalletKit' to your Podfile
  2. Run pod install

Setup

Setup the client with your Project ID in your AppDelegate. You can find your Project ID in the WalletKit Dashboard.
If you are using SwiftUI, register the app delegate in your App:
At this point, the client is unauthenticated. To authenticate your client, check out the Authentication section.