Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 405 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 405 Bytes

Simple Bank

Simple bank exercise using smart contracts. It's a truffle project, which contains required contracts, migrations and some test files in javascript.

Requirements

  • solidity
  • ganache-cli
  • truffle

Steps to test

  1. ganache-cli
  2. truffle console
  3. deploy (truffle)
  4. test (truffle)

All test should be passed.

To validate all deposits and withdrawals, can be used metamask.