Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 216 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 216 Bytes

Simple-Bank-solidity

A bank with basic functionality written in solidity.

Basic Functionality:

a) Allows deposits.

b) Allows withdrawal.

c) Balance checks.

Implementation on hardhat forked blockchain.