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

https://github.com/lightningdevkit/ldk-swift-example-deprecated


https://github.com/lightningdevkit/ldk-swift-example-deprecated

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Swift Lightning

## Installation

Firstly, make sure you have [CocoaPods](https://cocoapods.org/) installed.
If you don't, you can follow their handy installation guide [here](https://cocoapods.org/#install).

Then, you need to install the pods in this repository. To do so, simply run

```shell script
pod install
```

## Running

Open the project (`Swift Rust FFI.xcworkspace`) in your Swift editor of choice, be it Xcode or AppCode, and simply press play.