horizontalsystems / LitecoinKit.Swift

Extension to BitcoinCore.Swift that makes it usable with Litecoin network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Extension to BitcoinCore.Swift that makes it usable with Litecoin network.

License:MIT License


Languages

Language:Swift 100.0%