How to Create Hooks on Uniswap V4
This guide will demonstrate how to create Hooks on Uniswap V4 using Foundry and the uniswap-v4 hook template.
How to Create and Deploy an ERC-777 Token
This guide will bring you up to speed with ERC-777 tokens and show you how to create, test and deploy them using Foundry.
How to Airdrop NFTs
In this guide, you will learn the basics of airdropping NFTs to users. This will include creating and deploying your own airdrop-compatible smart contract using OpenZeppelin and Foundry.
How To Fork Ethereum Blockchain with Foundry
In this guide, let’s go through the process of forking the Ethereum Mainnet at an older block and impersonating an account using Foundry.
🎥 How to Create an NFT Collection with AI, IPFS, and Foundry
Learn how to create an NFT Collection using AI to generate the images, Foundry to deploy the contract, and IPFS for decentralized storage.
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.
Different Ways to Verify Your Smart Contract Code
In this guide, you will learn the different ways to verify your smart contract source code using Etherscan, Remix.IDE, Hardhat, Brownie, and Foundry.
Introduction to Foundry
Foundry is a powerful, developer-friendly platform for creating and deploying smart contracts on the Ethereum blockchain. This guide offers a comprehensive introduction to the Foundry framework, helping you get started with developing your own decentralized applications.