Page 1 of 1

To communicate with an Ethereum node via JavaScript:

Posted: Mon Mar 27, 2023 1:39 pm
by answerhappygod
To communicate with an Ethereum node via JavaScript:

A. the library you use must make use of the JSON-RPC Interface of an Ethereum Node.
B. must Implement the Ethereum Protocol to connect to other Ethereum Nodes.
C. must use Web3.js, which is closed source to communicate to other Ethereum Nodes.