RelayKit
Services

nostr-rs-relay

A Rust Nostr relay with policy controls — pubkey whitelists and kind filtering.

relay NIP-01NIP-11NIP-42 Upstream project

nostr-rs-relay is a Nostr relay in Rust. Use it when you want control over who can publish and which event kinds are accepted.

Config

  • relay domain — e.g. relay.example.com
  • whitelisted pubkeys — who can publish; empty = no whitelist
  • whitelisted / blacklisted event kinds — what’s accepted; empty = no filter
  • optional NIP-42 auth requirement before writes