Welcome to the Foundry Fund Me project! This repository serves as a companion to the Foundry Course and includes additional comments and explanations to help beginners follow along and understand the code more effectively. Whether you're new to Web3 development or looking to deepen your understanding, this project will guide you through the process of building and deploying smart contracts using Foundry.
Like many of you, I am also on my journey into Web3. The comments and insights included in this repository have been invaluable in helping me conceptualize and better understand the project.
If you have any questions, please feel free to reach out to me here or via my X handle listed on my profile.
This repository houses course resources and discussions for the course.
This repository houses the foundry-fund-me-f23 README from Patrick Collins himself (https://github.com/Cyfrin/foundry-fund-me-f23/blob/main/README.md).
Ensure you have the following tools installed on your system:
-
Git
- Verify your installation by running
git --version
. You should see a response likegit version x.x.x
.
- Verify your installation by running
-
Foundry
- Verify your installation by running
forge --version
. You should see a response likeforge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)
.
- Verify your installation by running
Clone the repository and build the project:
git clone https://github.com/shanemonastero/foundry-fund-me-f23.git
cd foundry-fund-me-f23
forge build