From 3fe12a5fbd43528e8b546de32bbafd8f7dee10ed Mon Sep 17 00:00:00 2001 From: laoXong Date: Mon, 2 Jun 2025 23:35:17 +0800 Subject: [PATCH] Add: README,md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..938adbc --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# About +This is a nostr relay running on [rust](https://www.rust-lang.org/) and [tokio](https://tokio.rs/). +A Rust learning project with poor code quality. + +# Usage +Run `cargo run` whit environment variable `DB_PATH` set to the path of the database file. + +# Features +- NIP-1 +- NIP-2 +- NIP-5