This is a simple contract to enable a user to receive funds from donations. This project uses foundry. read the Docs below to get started!
$ forge build
$ forge test
Run local tests on Sepolia by forking
$ forge test --fork-url $SEPOLIA_RPC_URL
$ forge fmt
$ forge snapshot
Anvil is Foundrys local dev blockchain
$ anvil
$ forge script script/DeployFundMe.s.sol --rpc-url $RPC_URL --private-key $PRIVATE_KEY
$ cast <subcommand>