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.