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

Latest commit

 

History

History
27 lines (18 loc) · 880 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 880 Bytes

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.