Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 543 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 543 Bytes

Solidity_Savings_Account

Solidity contract designed as a joint savings account. The contract contains two addresses that are responsible for the transactional functionality of the contract.

Initial Deposit Example

Withdrawal example

Last to withdraw functionality.