Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).