An open API service indexing awesome lists of open source software.

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

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)