Loading video player...
In this practical, we implement a Bank Smart Contract using Solidity on the Ethereum Remix IDE. The contract allows users to deposit, withdraw, and check their balance securely using blockchain technology. It demonstrates key concepts of state variables, mappings, events, and Ether transactions. πΉ Features: Deposit Ether into your account Withdraw Ether securely Check your account balance Event logging for all transactions πΉ Technologies Used: Solidity (v0.8.18) Ethereum Remix IDE MetaMask / Remix VM πΉ Steps Performed: Write the smart contract in Remix Compile and deploy it using the Remix IDE Perform deposit, withdraw, and getBalance operations Observe event logs and state changes Link for code : https://github.com/gyaansandhi-max/bct-practicals-sppu If you found this helpful, donβt forget to Like π, Share π, and Subscribe π for more project tutorials!