DeveloperBreeze

Blockchain Development Programming Tutorials, Guides & Best Practices

Explore 30+ expertly crafted blockchain development tutorials, components, and code examples. Stay productive and build faster with proven implementation strategies and design patterns from DeveloperBreeze.

Tutorial

How to Query ERC-20 Token Balances and Transactions Using Ethers.js and Etherscan API

You should see a list of token transactions for the specified address, with details including the sender, recipient, value transferred, and transaction hash.

You can customize the Etherscan API request to suit your needs. Here are a few options:

Oct 24, 2024
Read More
Tutorial

Understanding and Using the Etherscan API to Query Blockchain Data

Before you begin, you’ll need the following:

  • Node.js installed on your machine.
  • A basic understanding of JavaScript.
  • An Etherscan API key (explained below).

Oct 24, 2024
Read More
Tutorial
javascript nodejs

Tracking Solana Address for New Trades and Amounts

Step 1: Set Up Your Project

   mkdir solana-address-tracker
   cd solana-address-tracker

Aug 09, 2024
Read More