Erc-20 Tokens Development Tutorials, Guides & Insights
Unlock 3+ expert-curated erc-20 tokens tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your erc-20 tokens skills on DeveloperBreeze.
Adblocker Detected
It looks like you're using an adblocker. Our website relies on ads to keep running. Please consider disabling your adblocker to support us and access the content.
How to Query ERC-20 Token Balances and Transactions Using Ethers.js and Etherscan API
By the end of this tutorial, you will be able to:
- Query the balance of ERC-20 tokens for an Ethereum address.
- Retrieve ERC-20 token transfer histories using the Etherscan API.
Sending Transactions and Interacting with Smart Contracts Using Infura and Ethers.js
By the end of this tutorial, you will be able to send Ether, call smart contract functions, and deploy contracts using Infura as your provider.
To follow along with this tutorial, you’ll need:
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).