Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 484 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 484 Bytes

solidity-homework

This exercise is to write a Solidity smart contract to automate the creation of joint saving accounts for financial institution.

Contract's requirements are:

  • the smart contract should accept two user addresses. These two addresses will be able to control the joint saving account.
  • the smart contract will use ether management functions to implement a financial institution's requirements including the ability to deposit and withdraw funds from the account.