ChainUtils
Light weight encryption wallet SDK for iOS
Overview
ChainUtils is a light weight version of neovmUtils.
Installation
ChainUtils is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'ChainUtils'And import it into your project with:
import ChainUtils
Note: ChainUtils requires iOS 12.0 or higher.
An example Podfile would look like this:
use_frameworks!
platform :ios, '12.0'
target :'My_App' do
pod 'ChainUtils'
end
Sub-dependencies
ChainUtils requires:
- NetworkUtils - axios style HTTP request package for Swift
- SwiftPromises - the Ryu promises package
License
ChainUtils is available under the MIT license.