Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1015 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1015 Bytes

LitecoinKit.Swift

LitecoinKit.Swift is a package that extends BitcoinCore.Swift and makes it usable with Litecoin Mainnet and Testnet networks.

Usage

Because Litecoin uses Bitcoin's source code, the usage of this package has no differences from BitcoinKit.Swift. So please see BitcoinKit.Swift for usage documentation

Prerequisites

  • Xcode 10.0+
  • Swift 5+
  • iOS 13+

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/horizontalsystems/LitecoinKit.Swift.git", .upToNextMajor(from: "1.0.0"))
]

Example Project

All features of the library are used in example project. It can be referred as a starting point for usage of the library.

License

The LitecoinKit toolkit is open source and available under the terms of the MIT License.