A simple nostr relay written in TypeScript.
git clone https://github.com/rrainn/nostr-relay.git
cd nostr-relay
npm install
cp config.example.json config.json
nano config.json # edit config: see https://github.com/rrainn/nostr-relay/blob/main/src/types/Configuration.ts for information about how to setup this file
npm start
✅ Fully Implemented
- ✅ NIP-01: Basic protocol flow description
- ✅ NIP-09: Event Deletion
- ✅ NIP-11: Relay Information Document
- ✅ NIP-22: Event
created_at
Limits - ✅ NIP-40: Expiration Timestamp
Copyright 2023 rrainn, Inc.