Kin SDK iOS

Swift Version codecov CircleCI jazzy CocoaPods

Use the Kin SDK for iOS to enable the use of Kin inside of your app. Include only the functionality you need to provide the right experience to your users. Use just the base library to access the lightest-weight wrapper over the Kin crytocurrency.

Looking for a quick way to start?

The quickest way to get started is by following the tutorial or by downloading the starter kit.

Repository Contents

Library Path Description
KinBase /KinBase The foundation library used by all other libraries in the system to support basic Kin operations:
  • Wallet creation and management
  • Send and receive Kin
KinDesign /KinDesign The shared KinDesign library components for creating consistent Kin user experiences. When creating a custom Kin experience, this library can be used to include standard UI components for displaying Kin prices, transactions, etc.
KinUX /KinUX The KinUX library provides an out of the box model UI for spending Kin within an iOS application. Specificy what you’re buying, your account, tap confirm. Success.

Installation

In your Podfile

// If you just want to access the blockchain & no UI
pod 'KinBase', '~> 1.0.1'

// Add spend to use the modal spend flow to allow users to buy things with Kin
pod 'KinUX', '~> 1.0.1'

// Add design for direct access to UI views you can use in your own app
pod 'KinDesign', '~> 1.0.1'

Sample App

The /KinSampleApp directory includes a sample application. On the home screen of the sample app, you will see options to view Kin Wallet Demo and Kin Design Demo.

Documentation

Jazzy Documentation for all classes in all modules located here