https://github.com/lightningdevkit/ldk-swift-example-deprecated
https://github.com/lightningdevkit/ldk-swift-example-deprecated
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightningdevkit/ldk-swift-example-deprecated
- Owner: lightningdevkit
- License: other
- Created: 2020-07-28T14:36:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T01:06:49.000Z (over 4 years ago)
- Last Synced: 2025-02-16T02:28:03.740Z (2 months ago)
- Language: C
- Size: 22.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.