Skip to content

Moebium/MyFirstSmartContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

My First Smart Contract: ProBank

This is my first project learning Solidity. This contract functions as a simple, secure digital bank.

Features

  • 🗳️Deposit: Deposits Ether into the contract.
  • 💰Withdraw: Withdraws the balance back to the wallet.
  • 🔒Security: Uses OpenZeppelin ReentrancyGuard.

How to Use

  1. Open in Remix IDE.
  2. Compile with version 0.8.x.
  3. Deploy to the Sepolia network.

About

Secure ETH bank contract with ReentrancyGuard and Ownable — deployed on Sepolia

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors