web3.js

web3.js is a collection of libraries that allow you to interact with a
local or remote ethereum node using HTTP, IPC or WebSocket. 
//installation
npm i web3
let Web3= require('web3')
Shirshak kandel