LitecoinKit.Swift
is a package that extends BitcoinCore.Swift and makes it usable with Litecoin
Mainnet and Testnet networks.
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
- Xcode 10.0+
- Swift 5+
- iOS 13+
dependencies: [
.package(url: "https://github.com/horizontalsystems/LitecoinKit.Swift.git", .upToNextMajor(from: "1.0.0"))
]
All features of the library are used in example project. It can be referred as a starting point for usage of the library.
The LitecoinKit
toolkit is open source and available under the terms of the MIT License.