https://github.com/benthecarman/scalastr
A barebones implementation of nostr in scala
https://github.com/benthecarman/scalastr
nostr scala
Last synced: 28 days ago
JSON representation
A barebones implementation of nostr in scala
- Host: GitHub
- URL: https://github.com/benthecarman/scalastr
- Owner: benthecarman
- License: mit
- Created: 2022-08-28T22:39:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T21:19:43.000Z (about 1 month ago)
- Last Synced: 2025-03-15T08:38:52.031Z (about 1 month ago)
- Topics: nostr, scala
- Language: Scala
- Homepage:
- Size: 103 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - scalastr - A barebones nostr client written in scala (Clients / Relay lists)
README
# Scalastr
A barebones implementation of nostr in scala.
Features:
- Basic Nostr data structures
- Creating and signing nostr events
- Verifying nostr events
- Extensible client implementation
- NIP-05 support
- Test suite