Project for iOS Core SDK. Consist of models, business logic, and network handler. No views at all. It will be used for WLA and Wallet App.
To run the example project, clone the repo, and run pod install
from the Example directory first.
WalletCoreKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'WalletCoreKit'
Initialize WalletCoreKit SDK to didFinishLaunchingWithOptions
in your AppDelegate.swift
:
TadaWalletKit.initialize(
key: "YourKeyHere",
secret: "YourSecretHere"
)
Adi Putra, [email protected]
faiz baraja, [email protected]
WalletCoreKit is available under the MIT license. See the LICENSE file for more info.