Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 450 Bytes

setuprelay.md

File metadata and controls

27 lines (14 loc) · 450 Bytes

Setup a local relayer to test it with Docker

docker run -p 8080:8080 scsibug/nostr-rs-relay

Set up a basic Nostr relay using an existing TypeScript implementation

use NOSTR RELAY NESTJS

Deploy NOSTR RELAY

Build Image

  • ./scripts/build.sh

Run Containers

  • ./scripts/run.sh

set up environment variable

  • DATABASE_URL

Execute migration scripts

  • npm run migration:run