/solidity-homework

create a Solidity smart contract that accepts two user addresses to automate the creation of joint saving accounts.

Primary LanguageSolidity

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.