Compare commits
1 Commits
V2.0-beta
...
V0.02-ref-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
947799e8c8 |
22
README.md
22
README.md
@@ -1,14 +1,12 @@
|
|||||||
# Noderunners Relay
|
# Noderunners Relay
|
||||||
|
|
||||||
A high-performance Nostr relay built by Bitcoiners, for Bitcoiners. This project provides a web interface for managing access to the Noderunners relay service.
|
A high-performance Nostr relay built by Bitcoiners, for Bitcoiners. This project provides a web interface for managing access to the Noderunners relay service.
|
||||||
```
|
|
||||||
wss://relay.noderunners.network
|
|
||||||
```
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
- 🚀 Lightning-fast relay performance with strfry v1.0.3
|
||||||
- ⚡ Lightning Network integration for payments
|
- ⚡ Lightning Network integration for payments
|
||||||
- 🔒 Secure authentication with Nostr
|
- 🔒 Secure authentication with Nostr
|
||||||
- 💻 Modern, responsive web interface
|
- 💻 Modern, responsive web interface
|
||||||
@@ -118,6 +116,20 @@ You can combine iframe mode with URL-based authentication:
|
|||||||
<iframe src="https://your-relay-domain.com?iframe=1&npub=npub1..." width="100%" height="600px"></iframe>
|
<iframe src="https://your-relay-domain.com?iframe=1&npub=npub1..." width="100%" height="600px"></iframe>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Supported NIPs
|
||||||
|
|
||||||
|
The relay supports the following Nostr Implementation Possibilities (NIPs):
|
||||||
|
- NIP-01: Basic protocol flow description
|
||||||
|
- NIP-02: Contact List and Petnames
|
||||||
|
- NIP-04: Encrypted Direct Messages
|
||||||
|
- NIP-09: Event Deletion
|
||||||
|
- NIP-11: Relay Information Document
|
||||||
|
- NIP-22: Event `created_at` Limits
|
||||||
|
- NIP-28: Public Chat
|
||||||
|
- NIP-40: Expiration Timestamp
|
||||||
|
- NIP-70: Relay Payment Info
|
||||||
|
- NIP-77: Lightning Network Relay Payment
|
||||||
|
|
||||||
## API Services
|
## API Services
|
||||||
|
|
||||||
### LNbits Integration
|
### LNbits Integration
|
||||||
@@ -144,6 +156,10 @@ You can combine iframe mode with URL-based authentication:
|
|||||||
|
|
||||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
For support, join our [Telegram group](https://t.me/noderunners) or visit [our website](https://noderunners.network).
|
||||||
|
|
||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
|
|
||||||
- Built by the Noderunners community
|
- Built by the Noderunners community
|
||||||
|
|||||||
Reference in New Issue
Block a user