DeveloperBreeze

Ethereum Provider Development Tutorials, Guides & Insights

Unlock 2+ expert-curated ethereum provider tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your ethereum provider skills on DeveloperBreeze.

Sending Transactions and Interacting with Smart Contracts Using Infura and Ethers.js

Tutorial October 24, 2024

If everything is set up correctly, the script will output the transaction hash after sending, and then confirm once the transaction is mined.

Example output:

Getting Wallet Balance Using Ethers.js in Node.js

Tutorial October 24, 2024

In this tutorial, you will learn how to retrieve the balance of an Ethereum wallet using Ethers.js in a Node.js environment. We will cover two methods:

By the end of this tutorial, you’ll be able to query the balance of any Ethereum wallet and display it in Ether units.