Skip to content

Smart contract that lets people deposit ETH and allow owner to withdraw ETH

Notifications You must be signed in to change notification settings

rajatnano/Fund-Me-Remix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Fund-Me-Remix

Smart contract that lets people deposit ETH and allow owner to withdraw ETH

In this contract we learn about:

  1. Payable functions.
  2. Getting external data (price feeds; ETH->USD) from decentralized oracles such as chainlink.
  3. Receiving funds and storing the list of senders.
  4. Setting owner of the contract.
  5. Withdrawing funds (only by smart contract owner).
  6. Setting permissions
  7. Working with real blockchains and oracles (Kovan testnet in our case).

Get free testnet ETH and LINK: https://faucets.chain.link/

About

Smart contract that lets people deposit ETH and allow owner to withdraw ETH

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published