A simple nostr relay written in TypeScript and Hono. It supports the main Nostr Protocol and stores data in an SQLite database.
GitHub Repository: Simple Nostr Relay on GitHub
Hosted Relay (not recommended for production)
wss://nostr.inaridiy.com/
- Total Events: 16415
- Total Indexed Tags: 310683
- Events in Last 24 Hours: 4654
Features
- ✅ NIP-01: Basic protocol flow description
- ✅ NIP-02: Contact List and Petnames
- ✅ NIP-09: Event Deletion
- ✅ NIP-11: Relay Information Document
- ✅ NIP-26: Event Delegation (disabled by default)
- ❌ NIP-42: Authentication of clients to relays
- ✅ NIP-45: Event Counts
Quickstart
pnpm install # Install dependencies pnpm migrate # Create database pnpm run dev # Start the relayLicense
MIT