Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 640 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 640 Bytes

⁕ Spore ⁕

A simple Swift implementation of the Nostr protocol.

⚠️ This is a pre-alpha software made for the sole purpose of understanding the Nostr protocol. By no means is this ready for production-level code.

Getting Started

Spore primarily uses Swift Package Manager as its build tool. You can add this package directly from Xcode by going to File > Swift Packages > Add Package Dependency and entering the repository URL. You may also add it to your Package.swift file -

.package(url: "https://github.com/pseudoramdom/Spore.git")

License

Public domain.