From 0897e1634b6b4cca0b8deda736beb14340b12e7f Mon Sep 17 00:00:00 2001 From: Barry Deen Date: Mon, 9 Sep 2024 23:45:48 -0400 Subject: [PATCH] add some public relays to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6be20e5..4b9212c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ WOT Relay is a Nostr relay that saves all the notes that people you follow, and people they follow are posting. It's built on the [Khatru](https://khatru.nostr.technology) framework. +# Available Relays + +Don't want to run the relay, just want to connect to some? Here are some available relays: + +- [wss://wot.utxo.one](https://wot.utxo.one) +- [wss://nostrelites.org](https://nostrelites.org) +- [wss://wot.nostr.party](https://wot.nostr.party) +- [wss://wot.sovbit.host](https://wot.sovbit.host) +- [wss://wot.girino.org](https://wot.girino.org) +- [wss://relay.lnau.net](https://relay.lnau.net) + ## Prerequisites - **Go**: Ensure you have Go installed on your system. You can download it from [here](https://golang.org/dl/).