Test your Relay
We'll use the cli tool nak
to test our Relay. If you haven't installed it yet, you can do so by running:
If you don't have go installed, you can download the latest release from the releases page
Test the Relay
First we'll send a message to the relay:
Now we'll check if the message was received by the relay:
You should see an event with the content testing relay
.
{
"id": "89a20a4624b9992c2a36ec88b1688b4ce067ef2a5dcc10b8b8d73c6ca5da0103",
"pubkey": "79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798",
"created_at": 1718724431,
"kind": 1,
"tags": [],
"content": "testing relay",
"sig": "74132c07997795a2b8ffcbb50a04157f7d40b33208f2f1f8f935cd688a97c5526a6ebae9116b1065c2fb6360818a51cad2f4679806d6b32d1f5718e9e22a3ff0"
}