Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

ashchan/ckb-swift-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKB Swift Kit

Platform Swift Package Manager compatible Swift

Swift toolkit for Nervos CKB.

Prerequisites

  • Swift 5.2, or higher
  • macOS 10.15, or iOS 13
  • Swift Package Manager

Installation

In your Package.swift file, specify this in dependencies:

dependencies: [
    .package(url: "https://github.com/ashchan/ckb-swift-kit", .branch("master"))
]

Getting Started

TODO: Under major refactoring. To get doc ready later.