https://github.com/calcuis/simple-bank-contract
smart contract
https://github.com/calcuis/simple-bank-contract
smart-contract
Last synced: 3 months ago
JSON representation
smart contract
- Host: GitHub
- URL: https://github.com/calcuis/simple-bank-contract
- Owner: calcuis
- License: mit
- Created: 2024-03-23T00:05:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T03:36:44.000Z (about 1 year ago)
- Last Synced: 2025-01-21T13:11:39.550Z (5 months ago)
- Topics: smart-contract
- Language: Solidity
- Homepage: https://b.gguf.us
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### simple bank contract
This smart contract is written in Solidity.
- allow anyone to deposit fund (as depositer)
- allow depositer withdraw/transfer fund to any address#### testnet deployment
- Sepolia (id: `11155111`; compiler: `^0.8.25`)
[contract address](https://sepolia.etherscan.io/address/0x8eC035FD72E17F3F60001E0B03E82e7D861c98eD)
- Holesky (id: `17000`; compiler: `^0.8.25`)
[contract address](https://holesky.etherscan.io/address/0x07cDb2d8C3130EB39105DCB56ce9622b5f7bFE36)#### frontend
- lazybank https://b.gguf.us[
](https://raw.githubusercontent.com/calcuis/simple-bank-contract/master/demo2.png)