Foundry Playground is a hands-on learning repository for students mastering smart contract testing using foundry with Solidity University.
It contains a variety of simple, focused contracts that are perfect for testing, learning, and building foundational skills in smart contract testing using forge.
This repository is part of an Solidity Bootcamp program by Solidity University, covering core topics like:
- β Writing and testing smart contracts with Foundry
- β Common design patterns
- β Structs, mappings, modifiers
- β Events and state management
- β Testing edge cases and failures
π‘ This repository is actively maintained. More examples, challenges, and exercises will be added soon to support your growth as a Web3 developer.
git clone https://github.com/your-org/foundry-playground.git
cd foundry-playground
forge install
forge buildFeel free to contribute or open issues to improve the project π‘
Created with π by π Solidity University