Foundry ERC20 is a Solidity project that provides a template for creating and deploying ERC20 tokens using the Foundry framework. It includes instructions for setting up the project, deploying the token, running tests, and interacting with the deployed contracts through scripts.
"Foundry Fund Me" is a Solidity smart contract project. It provides functionality for deploying and testing a fund management contract, including features like deployment, testing (unit and forked tests), script execution, gas estimation, and code formatting. Credit to Patrick Collins ๐
Foundry NFT is a repository that guides you through creating two types of NFTs: an IPFS Hosted NFT and an SVG NFT hosted 100% on-chain. It provides step-by-step instructions and code examples to help you get started quickly.