Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horizontalsystems/litecoinkit.swift
Extension to BitcoinCore.Swift that makes it usable with Litecoin network.
https://github.com/horizontalsystems/litecoinkit.swift
litecoin litecoin-cash litecoin-wallet litecoin-wallet-api
Last synced: about 2 months ago
JSON representation
Extension to BitcoinCore.Swift that makes it usable with Litecoin network.
- Host: GitHub
- URL: https://github.com/horizontalsystems/litecoinkit.swift
- Owner: horizontalsystems
- License: mit
- Created: 2022-10-06T10:42:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T06:11:54.000Z (9 months ago)
- Last Synced: 2024-04-19T06:36:26.468Z (9 months ago)
- Topics: litecoin, litecoin-cash, litecoin-wallet, litecoin-wallet-api
- Language: Swift
- Homepage:
- Size: 29.5 MB
- Stars: 2
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LitecoinKit.Swift
`LitecoinKit.Swift` is a package that extends [BitcoinCore.Swift](https://github.com/horizontalsystems/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](https://github.com/horizontalsystems/BitcoinKit.Swift) for usage documentation
## Prerequisites
* Xcode 10.0+
* Swift 5+
* iOS 13+## Installation
### Swift Package Manager
```swift
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](https://github.com/horizontalsystems/LitecoinKit.Swift/blob/master/LICENSE).