From f91b1205efc9865e7da5080707c59f2706df6e9a Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sat, 11 Dec 2021 15:58:45 -0600 Subject: [PATCH] docs: add README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2925d9 --- /dev/null +++ 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.