foundary
There are 8 repositories under foundary topic.
codegenius2/Philippe-Gonet-Champagne-NFT-Club
Special 1 year membership for Phillippe Gonet Champagne.
asseph/Web3-Solana-Bitcoin-NFT-Dex-Defi-P2EGame-SmartContract-Projects
Blockchain projects - DeFi, NFT, P2E, minting, staking, evolution/breeding, raffle/auction, marketplace, launchpad on Solana, Ethereum, BSC, Avalanche and so on. Handled smart contract, backend, frontend parts using rust, anchor, solidity, javascript, typescript, node, express, golang, python etc
Abstaina44/Journey-to-become-a-Blockchain-Engineer-
The roadmap and learning material to become a blockchain Engineer.
ThomasHeim11/Foundary-Fund-Me
"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 🎊
ThomasHeim11/Foundry-ERC20s
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.
ThomasHeim11/Foundry-NFTs-MoodNFT
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.
ThomasHeim11/Foundry-UUPS-Upgradeable-Contracts
*This is for demo purposes only. Upgradeable contracts are a menance and in general should be avoided.
ThomasHeim11/Smart-Contract-Security-Foundary
In this repo you can see different standards for testing smart contracts in Foundry. Credits to Patric Collins.