0xSimeon / foundry-fundme-f23

The foundry fundme f23 source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a solidity project to illustrate the concept of making payments/funding/transfers of ether in a solidity contracts. Testing is done with foundry.

Getting Started

Requirements

  • git
    • Click the link above to install git. Afterwards run git --version in your terminal. You should see a response that looks like this: you see a response like git version x.x.x. where x.x.x is your version number. eg: 2.39.1

Quickstart

git clone https://github.com/0xSimeon/foundry-fundme-f23
cd foundry-fund-me-f23
forge build

Disclaimier

This project contains follow-along codes I wrote that are originally part of the projects included in Patrick Collins Foundry course for 2023. Link to repo.

About

The foundry fundme f23 source code


Languages

Language:Solidity 91.4%Language:Makefile 8.6%