Skip to content

rrainn/nostr-relay

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published