Hi, I am trying to connect to the RPC server at 'http://localhost:5993/rpc. How can we configure the client to connect to this endpoint?
Tried the following, but it does not appear to work:
const client = rpc.createClient(5993, 'localhost:5993/rpc');
gives the error
localhost:5993/rpc: nodename nor servname provided, or not known
Thank you!
Hi, I am trying to connect to the RPC server at
'http://localhost:5993/rpc. How can we configure the client to connect to this endpoint?Tried the following, but it does not appear to work:
gives the error
Thank you!