This is my first project learning Solidity. This contract functions as a simple, secure digital bank.
- 🗳️Deposit: Deposits Ether into the contract.
- 💰Withdraw: Withdraws the balance back to the wallet.
- 🔒Security: Uses OpenZeppelin ReentrancyGuard.
- Open in Remix IDE.
- Compile with version 0.8.x.
- Deploy to the Sepolia network.