What does the FundMe.sol contract even do? #321
Answered
by
cromewar
ArcusConsulting
asked this question in
Q&A
-
Sorry for the question, but I haven't been able to dedicate as much time as I wanted to on this. To the point where I forget the purpose of this FundMe.sol contract (Lesson 5). So what dos this contract even do or what is its purpose? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Nov 7, 2021
Replies: 1 comment 2 replies
-
Hello @ArcusConsulting, FundMe.sol contract is to simulate a crowdfunding system, where people can send ether to a specific contract address. However, the real goal is to teach you how to make a contract payable and how the oracles like Chainlink works. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @ArcusConsulting, FundMe.sol contract is to simulate a crowdfunding system, where people can send ether to a specific contract address. However, the real goal is to teach you how to make a contract payable and how the oracles like Chainlink works.