Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.52 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.52 KB

nostr-kt-relay

Overview

nostr-kt-relay is a Kotlin-based relay server for the Nostr protocol, focused on scalability and efficient traffic management.

🚧 It's in active development and may be unstable.

NIPs

Building and Running

Build a fat JAR

./gradlew buildFatJar

Run a fat JAR

DB_URL=${DB_URL} DB_USER=${DB_USER} DB_PASSWORD=${DB_PASSWORD} ./gradlew runFatJar