Skip to content

Latest commit

Β 

History

History
36 lines (23 loc) Β· 1.17 KB

File metadata and controls

36 lines (23 loc) Β· 1.17 KB

Foundry Playground

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.


πŸ“š Topics Covered

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.


πŸš€ Getting Started

git clone https://github.com/your-org/foundry-playground.git
cd foundry-playground
forge install
forge build

Feel free to contribute or open issues to improve the project πŸ’‘

Created with πŸ’• by πŸŽ“ Solidity University