djimenezdev / foundry-fund-me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundry Fund Me Project

Table of Contents

  1. Credits
  2. Quick Start
  3. About the Project
  4. Resources Used

Credits

This project was built as part of Cyfrin Updraft Course, created by Patrick Collins.

Quick Start

To clone and run this project locally, follow these steps:

Make sure to have these dependencies installed:

Git

  • You'll know you did it right if you can run git --version and you see a response like git version x.x.x

Foundry

  • You'll know you did it right if you can run forge --version and you see a response like forge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)

Steps to run the project:

git clone https://github.com/Cyfrin/foundry-fund-me-f23
cd foundry-fund-me-f23
forge build
  • Now you'll be able to utilize Foundry to build and deploy your project.

About the Project

This project is a simple crowdfunding platform built with Foundry. It allows users to simply donate a amount of eth above $5 to showcase the power of smart contracts

Resources Used

  • Cyfrin Upgraft Course

    • This project was built as part of the Cyfrin Updraft Course, created by Patrick Collins.
    • Honestly if you want to get into the world of blockchain ready to build then this is the course I highly recommend checking out
    • Patrick Collins is one of the GOATs in the blockchain space.
  • Foundry

    • Foundry is a tool that allows you to build and deploy smart contracts with ease. It's a great tool for beginners and experts alike.
    • From Devlopment, Deployment, Testing, and beyond. Foundry has you covered.

About


Languages

Language:Solidity 91.0%Language:Makefile 9.0%