Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 693 Bytes

File metadata and controls

9 lines (7 loc) · 693 Bytes

Bank Dapp

alt text

  • Create a DApp which allows you to send Ethers to a smart contract and also to withdraw this money (use the already created smart contract “Bank.sol”)
  • Create a button to allow the user to connect to the Dapp
  • Create an input field which allows you to specify the amount in Ethers to send to the DApp and a "Send" button to send this amount
  • Create an input field which allows you to specify the amount of Ether to withdraw from the DApp and a "Withdraw" button to collect this amount
  • Display the amount in Ether that the user has on the smart contract