web3.js

Web3.js was developed to allow developers to effortlessly link their DApps with data from the Ethereum blockchain. With its modular libraries, developers can engage with smart contracts as if they were TypeScript/JavaScript objects, listen for on-chain events, retrieve block state directly from Ethereum nodes, and more. Version 4 has been restructured in TypeScript and introduced new elements such as Plugins. The library experiences more than 500,000 downloads each week and is utilized by top industry projects like Truffle.

Loading