ChainUtils 3.0.0

ChainUtils 3.0.0

Maintained by Wyatt Mufson, Ross Krasner, Wyatt Mufson.



  • By
  • WyattMufson

ChainUtils

Light weight encryption wallet SDK for iOS

Build Status codecov Version License Platform

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:

License

ChainUtils is available under the MIT license.