Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrainn/nostr-relay
https://github.com/rrainn/nostr-relay
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rrainn/nostr-relay
- Owner: rrainn
- License: mit
- Created: 2023-12-01T00:40:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T22:59:11.000Z (2 months ago)
- Last Synced: 2024-12-09T16:56:00.144Z (30 days ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nostr-relay
A simple nostr relay written in TypeScript.
## Getting Started
```bash
git clone https://github.com/rrainn/nostr-relay.git
cd nostr-relay
npm installcp 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 filenpm start
```## Implemented NIPs
✅ Fully Implemented
⚠️ Partially Implemented
- ✅ [NIP-01](https://github.com/nostr-protocol/nips/blob/master/01.md): Basic protocol flow description
- ✅ [NIP-09](https://github.com/nostr-protocol/nips/blob/master/09.md): Event Deletion
- ✅ [NIP-11](https://github.com/nostr-protocol/nips/blob/master/11.md): Relay Information Document
- ✅ [NIP-22](https://github.com/nostr-protocol/nips/blob/master/22.md): Event `created_at` Limits
- ✅ [NIP-40](https://github.com/nostr-protocol/nips/blob/master/40.md): Expiration Timestamp## License
Copyright 2023 rrainn, Inc.