Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 490 Bytes

File metadata and controls

30 lines (18 loc) · 490 Bytes

Nostr relay

A high-performance and scalable nostr relay library.

Usage

cargo add gnostr-relay actix-web tracing-subscriber

CLI

gnostr relay --help
gnostr-relay --help

Defaults:

  • Config: .gnostr/relay.toml
  • Data: .gnostr/relay
  • Logs: stderr and gnostr.log

See demo

Custom extensions

See extensions demo