Ethereum Nodes List – Where to Get Nodes for RPC Calls

json-rpcnodes

In Bitcoin I can use the rpc calls to manage the node or broadcast transactions. How can this be done with Ethereum?

  • Is there a list of public open nodes I can use?
  • How can I do this in the browser using javascript?

Best Answer

The most easily-accessible source of "public" Ethereum nodes is probably Infura (https://infura.io/). There is also something called QuickNode (https://quiknode.io/), but I think their nodes are time limited. Infura's nodes are open to the public, but I've seen mention that it may not be forever.