Join Nostr
2026-02-08 03:24:59 UTC
in reply to

Super Testnet on Nostr: You can test the connection with this javascript codeblock: var cmd = {"id": ...

You can test the connection with this javascript codeblock:

var cmd = {"id": "test","method": "server.version","params": [ "", "1.6" ]}; var handleFunction = async msg => {console.log( msg.data );}; socket.addEventListener( 'message', handleFunction ); socket.send( JSON.stringify( cmd ) );