What is Nostr?
SilberWitch
npub1l5s…gx9z
2024-09-22 18:39:34
in reply to nevent1q…chpn

SilberWitch on Nostr: Here's how I get around using blastr. I looked where he gets the relay list from. He ...

Here's how I get around using blastr. I looked where he gets the relay list from. He just uses the API from Nostr.Watch.

```
// download a list of active relays
$url = "https://api.nostr.watch/v1/online";;
$page = file_get_contents($url);
$requestedRelays = json_decode($page, true);
sort($requestedRelays);
```
Author Public Key
npub1l5sga6xg72phsz5422ykujprejwud075ggrr3z2hwyrfgr7eylqstegx9z