Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lpicanco/knostr
Nostr Relay Implementation on Kotlin
https://github.com/lpicanco/knostr
kotlin micronaut nostr nostr-relay
Last synced: about 2 months ago
JSON representation
Nostr Relay Implementation on Kotlin
- Host: GitHub
- URL: https://github.com/lpicanco/knostr
- Owner: lpicanco
- License: mit
- Created: 2023-01-05T13:14:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T17:12:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T11:01:14.735Z (5 months ago)
- Topics: kotlin, micronaut, nostr, nostr-relay
- Language: Kotlin
- Homepage: https://knostr.neutrine.com
- Size: 150 KB
- Stars: 27
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - knostr - a nostr relay implemented in Kotlin with support for Postgres and metrics(micrometer). (Relays / Implementations)
README
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
![Build Status](https://img.shields.io/github/actions/workflow/status/lpicanco/knostr/jvm.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=lpicanco_knostr&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=lpicanco_knostr)
[![Sonar Coverage](https://img.shields.io/sonar/coverage/lpicanco_knostr?server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/summary/new_code?id=lpicanco_knostr)
![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)# Knostr
Nostr Relay Implementation in Kotlin
[wss://knostr.neutrine.com](wss://knostr.neutrine.com)
## Implemented NIPs
- [x] NIP-01
- [x] NIP-02
- [x] NIP-04
- [x] NIP-09
- [x] NIP-11
- [x] NIP-12
- [x] NIP-15
- [x] NIP-16
- [x] NIP-20
- [x] NIP-28
- [x] NIP-50## How to Run:
### Docker(self-build)
```bash
./gradlew jibDockerBuild
docker-compose up
```