chainstacklabs / developer-hub-content

Articles submitted by the community for the Chainstack Developer Hub content initiative
34 stars 14 forks source link

Blockchain library comparison: Web3.js vs. Ethers.js[PROPOSAL] #107

Closed danielonugha0 closed 1 year ago

danielonugha0 commented 1 year ago
danielonugha0 commented 1 year ago

Blockchain is a decentralized and distributed digital ledger technology that allows multiple parties to share and maintain a tamper-evident and transparent record of transactions or information.

Web3.js is a JavaScript library that allows developers to interact with the Ethereum blockchain using HTTP or WebSocket connections. It provides a set of APIs that enable developers to build decentralized applications (dApps) that can read and write to the blockchain.

Ethers.js is a modern JavaScript library that provides a simple and intuitive way to interact with the Ethereum blockchain. It is designed to be easy to use, fast, and secure, and provides a set of APIs for developers to interact with the Ethereum blockchain and build decentralized applications (dApps).

Goal There are several blockchain libraries available for developers who want to build applications or systems that utilize blockchain technology but I will be talking about web3.js and Ethers.js which are the two popular ETH libraries.

Table of Content

https://dev.to/danielonugha0/building-a-login-system-using-redux-5ce3 https://dev.to/danielonugha0/configuring-worker-plugins-in-vite-28-5dic https://dev.to/danielonugha0/react-management-hook-vs-redux-3c32

Genesis3800 commented 1 year ago

Hey @danielonugha0 , Thank you for adding your proposal to the developer hub.

Unfortunately, we are not looking to add informational content along these lines to our blog right now. Please feel free to propose more issues.

As of now we are looking to add coding content on our blog on newer web3 tech.