Go to file
2021-12-11 21:56:52 -06:00
src refactor: clippy suggestions 2021-12-11 21:56:52 -06:00
.gitignore feat: store events in SQLite and allow querying 2021-12-11 15:48:59 -06:00
Cargo.lock build: upgrade dependencies 2021-12-11 16:58:18 -06:00
Cargo.toml build: upgrade dependencies 2021-12-11 16:58:18 -06:00
Dockerfile feat: add Dockerfile 2021-12-11 16:46:42 -06:00
LICENSE docs: add MIT license 2021-12-11 15:52:25 -06:00
README.md docs: add README 2021-12-11 15:58:45 -06:00
rustfmt.toml feat: cargo build files and expected dependencies 2021-12-05 08:42:28 -06:00

nostr-rs-relay

This is a 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, and is mirrored on GitHub.

License

This project is MIT licensed.