🔐
NIP-42 Authentication + NIP-43 Allowed Access
Mandatory authentication with allowlist-based access control for all write operations.
🔍
NIP-50 Search
Full-text search capability with SQLite FTS5 for fast content discovery.
💾
SQLite Storage
Reliable event persistence with concurrent safety and performance optimization.
🏷️
Client Policy
Restricted to nyves.nl client for curated, high-quality content.
📡 Technical Information
WebSocket URL:
wss://rely.nyves.nl
Supported NIPs:
- NIP-01: Basic protocol flow
- NIP-11: Relay information document
- NIP-42: Authentication of clients to relays
- NIP-43: Relay access metadata and requests
- NIP-45: Event counting
- NIP-50: Search capability
- NIP-65: Relay list metadata
Example Connection (JavaScript):
// Create WebSocket client connection
const relay = new WebSocket('wss://rely.nyves.nl');
// Create nostr request message for the relay
// Send the request message to the relay
// Process the results from the relay