Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 821 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 821 Bytes

Nostr

Nostr is a lightweight Swift package for handling Nostr types on the client side.

Looking for something more high-level that also handles socket connections? Checkout out NostrClient

Goals

  • Minimal dependencies with support for as many platforms as possible.
  • Lightweight, easy to use and understand
  • Good test coverage

Dependencies

Platforms

  • ✅ MacOS 14+
  • ✅ iOS 17+
  • ✅ iPadOS 17+
  • ✅ MacCatalyst 17+
  • ✅ VisionOS 1+
  • ✅ tvOS 17+
  • ✅ watchOS 10+
  • ✅ Linux
  • ✅ Windows

Todo

  • Documentation
  • Finish test coverage

Getting Started

More info to come soon

Alot was borrowed and inspired by NostrKit 🙏