Skip to content

A decentralised app written in Solidity, based on the fundraising platform GoFundMe using Chainlink price feeds.

Notifications You must be signed in to change notification settings

howellsy/fund-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fund Me

A decentralized app written in Solidity, based on the fundraising platform of GoFundMe, leveraging Chainlink price feeds.

⚒️ Built with Foundry

This project is built with Foundry a portable and modular toolkit for Ethereum application development, which is required to build and deploy the project.

🏗️ Getting started

Create a .env file with the following entries:

SEPOLIA_RPC_URL=<sepolia_rpc_url>
PRIVATE_KEY=<private_key>
ETHERSCAN_API_KEY=<etherscan_api_key>

Install project dependencies

make install

Deploy the smart contract on Anvil

make deploy

Deploy the smart contract on Sepolia

make deploy ARGS="--network sepolia"

🧪 Running tests

To run against a local Anvil Ethereum node:

forge test

To run against a forked environment (e.g. a forked Sepolia testnet):

forge test --fork-url <sepolia_rpc_url>

About

A decentralised app written in Solidity, based on the fundraising platform GoFundMe using Chainlink price feeds.

Topics

Resources

Stars

Watchers

Forks