nostr-rs-relay

My dev fork of nostr-rs-relay
git clone git://jb55.com/nostr-rs-relay
Log | Files | Refs | README | LICENSE

commit f91b1205efc9865e7da5080707c59f2706df6e9a
parent 65f62dc4ec65db67201fb568522a5025ced93427
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Sat, 11 Dec 2021 15:58:45 -0600

docs: add README

Diffstat:
AREADME.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,14 @@ +[nostr-rs-relay](https://git.sr.ht/~gheartsfield/nostr-rs-relay) +=== + +This is a [nostr](https://github.com/fiatjaf/nostr) relay, written in +Rust. It currently supports the entire relay protocol, and has a +SQLite persistence layer. + +The project master repository is available on +[sourcehut](https://sr.ht/~gheartsfield/nostr-rs-relay/), and is +mirrored on [GitHub](https://github.com/scsibug/nostr-rs-relay). + +License +--- +This project is MIT licensed.