Skip to main content

Guides / All Tags

ERC20 Guides

11 guides
Chain: All
Language: All
Technology: All
Product: All
Use Case: All
Level: All

How to Create an Overcollaterized Stablecoin with Foundry

In this guide, you'll learn how to build an overcollaterized stablecoin using Foundry v1.0. We'll cover everything from smart contract development to comprehensive testing using modern Foundry practices.

Updated February 14, 2025Intermediate
EthereumSolidityDeFi

How to Create a Token Allowance Checker App

In this guide, learn to create an ERC-20 token allowance checker app using QuickNode Streams and PostgreSQL.

Updated August 14, 2024IntermediateVideo
EthereumJavaScriptReactdAppsStreams

How to Build a Real-Time Token Transfer Indexer with QuickNode Streams and Functions

In this guide, we'll walk you through creating a real-time token transfer indexer using QuickNode's Streams and Functions. This system will monitor ERC20, ERC721, and ERC1155 token transfers on the Base blockchain, process the data, and send enriched information to a webhook for further use.

Updated July 27, 2024Intermediate
BaseFunctionsStreamsIPFS

How to Create a Staking Vault Smart Contract with ApeWorX/ape

This guide teaches how to create and deploy a staking vault smart contract using the ApeWorX (ape) framework on Ethereum. It covers setting up an Ape project, writing ERC-20 and ERC-4626 vault contracts in Vyper, testing the contracts, and deploying them to the Sepolia testnet.

Updated June 28, 2024Intermediate
EthereumVyperPythonApeSmart Contracts

How to Create an ERC-20 Token Factory dApp

In this guide, you will learn how to create an EVM Token Factory dApp to allow users to create their own ERC-20 token in a couple of clicks.

Updated June 8, 2024Intermediate
EthereumdAppsSmart Contracts

How to Create a Memecoin (ERC-20) on Mantle

In this guide, we will learn how to deploy a memecoin (ERC-20 token) on Mantle and add liquidity to our memecoin on FusionX.

Updated April 25, 2024BeginnerVideo
MantleRemix.IDE

How to Send ERC-20 Tokens using the QuickNode SDK

This comprehensive guide covers the steps to send ERC-20 tokens on the Ethereum blockchain using the QuickNode SDK with JavaScript.

Updated November 19, 2023Intermediate
EthereumJavaScriptTransactionsQuickNode SDK

How to Send ERC-20 Tokens using Web3.py and Python

This comprehensive guide covers the steps to send ERC-20 tokens on the Ethereum blockchain using Web3.py with Python.

Updated November 19, 2023Intermediate
EthereumPythonWeb3.pyTransactions

How to Create and Deploy an Upgradeable ERC20 Token

This guide will show you how to create and deploy an upgradeable ERC20 token using OpenZeppelin and Foundry.

Updated October 30, 2023Intermediate
EthereumFoundrySmart Contracts

How to Get the Balance of an ERC-20 Token Using Web3.js

This guide will show you how to obtain a wallet's current balance of a particular ERC-20 token.

Updated June 14, 2021Beginner
EthereumJavaScriptWeb3.jsSmart Contracts