Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 981 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 981 Bytes

nostr-relay

A simple nostr relay written in TypeScript.

Getting Started

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

Implemented NIPs

✅ Fully Implemented

⚠️ Partially 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

License

Copyright 2023 rrainn, Inc.