Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-nostr/nostr-sdk-swift
Nostr SDK - Swift Package
https://github.com/rust-nostr/nostr-sdk-swift
nostr nostr-sdk rust sdk swift uniffi
Last synced: about 2 months ago
JSON representation
Nostr SDK - Swift Package
- Host: GitHub
- URL: https://github.com/rust-nostr/nostr-sdk-swift
- Owner: rust-nostr
- License: mit
- Created: 2023-06-12T10:35:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-16T10:39:24.000Z (about 2 months ago)
- Last Synced: 2024-11-16T11:25:45.666Z (about 2 months ago)
- Topics: nostr, nostr-sdk, rust, sdk, swift, uniffi
- Language: Swift
- Homepage:
- Size: 459 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nostr SDK – Swift Package
## 📄 Usage
Check https://rust-nostr.org
## Information for Maintainers and Contributors
This repository is used to publish a Swift package providing Swift bindings to the Nostr SDK's [underlying Rust implementation](https://github.com/rust-nostr/nostr). The Swift bindings are generated using [UniFFi](https://github.com/mozilla/uniffi-rs).
Any changes to the Nostr SDK, the Swift bindings, and the configuration of this Swift package must be made via the [nostr-sdk](https://github.com/rust-nostr/nostr) repo.
To release a new version of this package, go to the Actions tab of this GitHub repository. Then select the *Publish Swift Package* workflow and run it on the `master` branch. It will ask for a version as input. This allows you to specify the version (e.g., *0.0.1*) of the [nostr-sdk](https://github.com/rust-nostr/nostr) repository that should be released as a Swift package.