Web3.js is a set of libraries that allow developers to interact with Ethereum nodes using HTTP, IPC or WebSocket protocols. Harmony has an Ethereum-like API available that is fully compatible with Ethereum-style JSON RPC invocations. Therefore, developers can leverage this compatibility and use the web3.js library to interact with a Harmony node as if they were doing so on Ethereum.
Setup Web3.js with Harmony
To get started with the web3.js library, we first need to install it using the following command:
npm install web3
Once done, the simplest setup to start using the library and its methods is the following: