Skip to content
Melvin Carvalho edited this page Aug 17, 2024 · 8 revisions

Run a relay in python

pip install nostr-relay
nostr-relay serve

Strfry Usage

Nostream Quick Start

nostr-rs-relay

docker pull scsibug/nostr-rs-relay
docker run -p 4445:8080 scsibug/nostr-rs-relay
$ docker run -it -p 7000:8080 \
  --mount src=$(pwd)/config.toml,target=/usr/src/app/config.toml,type=bind \
  --mount src=$(pwd)/data,target=/usr/src/app/db,type=bind \
  nostr-rs-relay

Run a test relay with fonstr

npx fonstr

Syncing relays with NAK

Other guides

Clone this wiki locally