为 iOS 核心 SDK 设计的项目。包括模型、业务逻辑和网络处理器。没有视图。它将被用于 WLA 和钱包应用。
要运行示例项目,首先克隆仓库,然后在 Example 目录中运行 pod install
WalletCoreKit 通过 CocoaPods 提供。安装它,只需将以下行添加到您的 Podfile 即可
pod 'WalletCoreKit'
在您的 AppDelegate.swift
中的 didFinishLaunchingWithOptions
中初始化 WalletCoreKit SDK
TadaWalletKit.initialize(
key: "YourKeyHere",
secret: "YourSecretHere"
)
Adi Putra, [email protected]
faiz baraja, [email protected]
WalletCoreKit 在 MIT 许可下提供。有关更多信息,请参阅 LICENSE 文件。