Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lontivero/nostra
A F# library for Nostr
https://github.com/lontivero/nostra
client cross-platform dotnet fsharp nostr relay
Last synced: 17 days ago
JSON representation
A F# library for Nostr
- Host: GitHub
- URL: https://github.com/lontivero/nostra
- Owner: lontivero
- License: gpl-2.0
- Created: 2023-01-13T04:45:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T02:33:05.000Z (9 months ago)
- Last Synced: 2024-10-12T20:34:45.679Z (about 1 month ago)
- Topics: client, cross-platform, dotnet, fsharp, nostr, relay
- Language: F#
- Homepage:
- Size: 263 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nostra
[![.NET](https://github.com/lontivero/Nostra/actions/workflows/Build-Flake.yml/badge.svg)](https://github.com/lontivero/Nostra/actions/workflows/Build-Flake.yml)
Nostra is a set of tools for building applications using the [Nostr Protocol](https://github.com/nostr-protocol/nostr). It consists on:
* [Nostra](https://github.com/lontivero/Nostra/tree/master/Nostra): a F# library,
* [Nostra.Relay](https://github.com/lontivero/Nostra/tree/master/Nostra.Relay): a nostr relay based on sqlite
* [Nostra.Client](https://github.com/lontivero/Nostra/tree/master/Nostra.Client): a CLI client for nostrNOTE: This is a work in progress!