ACNSDK_iOS
ACNSDK_iOS copied to clipboard
Official ACN mobile SDK for iOS based on TTC Blockchain
ACNSDK_iOS
Install
Install by CocoaPods
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
target '<Your Target Name>' do
use_frameworks!
pod 'ACNSDK_ios'
pod 'web3swift', :git => "https://github.com/skywinder/web3swift"
end
Note: If your DAPP is developed in Object-C, please select the swift version 5.0+.