Skip to main content

Guides / All Tags

Foundry Guides

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

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.

Updated September 18, 2024Intermediate
EthereumFoundryDeFiSmart Contracts

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.

Updated August 23, 2024IntermediateVideo
EthereumFoundrySmart Contracts

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.

Updated May 22, 2024Intermediate
EthereumFoundryNFTs

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.

Updated February 5, 2024Intermediate
EthereumSolidityFoundrySmart Contracts

🎥 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.

Updated December 29, 2023IntermediateVideo
EthereumFoundryNFTsIPFS

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

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.

Updated February 15, 2023IntermediateVideo
EthereumHardhatFoundryRemix.IDEBrownieSmart Contracts

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.

Updated February 10, 2023Beginner
EthereumFoundrySmart Contracts