From 179c4746f9f46fa2d86fca7f96ad3961446c464f Mon Sep 17 00:00:00 2001 From: Okansylemez10 <137443197+Okansylemez10@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:21:42 +0300 Subject: [PATCH 1/5] Create utils.py --- utils.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 utils.py diff --git a/utils.py b/utils.py new file mode 100644 index 0000000..71ffbee --- /dev/null +++ b/utils.py @@ -0,0 +1,2 @@ +def format_balance(balance): + return f"{balance:,.4f} ETH" From 9fe10f9498d613b0d5ae0bad649f4f16e2937d25 Mon Sep 17 00:00:00 2001 From: Okansylemez10 <137443197+Okansylemez10@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:31:24 +0300 Subject: [PATCH 2/5] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 55de40a..9391119 100644 --- a/main.py +++ b/main.py @@ -33,3 +33,4 @@ def main(): if __name__ == "__main__": main() +# This function retrieves wallet balance from Ethereum or Base network From 9c18438d6b478ff03cdbb7bd063d997207c2a53e Mon Sep 17 00:00:00 2001 From: Okansylemez10 <137443197+Okansylemez10@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:31:48 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 640ae5b..4e1a9bc 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,7 @@ Bu komut cüzdanın hem Ethereum hem Base ağındaki bakiyesini gösterir. - 💸 Gas ücret hesaplama & Base Bridge önerisi - 🤝 Topluluk katkılarına açık (Pull Request bekleniyor!) docs: README'ye Upcoming Features bölümü eklendi +## 📌 Improvements Planned +- Add multi-wallet support +- Add transaction history +- Add error handling for RPC failures From b9835ed952a48273423fe04442d42d0203374cb0 Mon Sep 17 00:00:00 2001 From: Okansylemez10 <137443197+Okansylemez10@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:41:41 +0300 Subject: [PATCH 4/5] chore: add profile link to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e1a9bc..0cc3e65 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,8 @@ docs: README'ye Upcoming Features bölümü eklendi - Add multi-wallet support - Add transaction history - Add error handling for RPC failures +--- + +💡 **Developed & Improved by:** +[Okansylemez10](https://github.com/Okansylemez10) + From 6667e6cae6078a431bc815029ee459eda423dafb Mon Sep 17 00:00:00 2001 From: Okansylemez10 <137443197+Okansylemez10@users.noreply.github.com> Date: Sun, 26 Oct 2025 18:42:51 +0300 Subject: [PATCH 5/5] docs: add GitHub badges and profile stats to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 0cc3e65..29a7c2b 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,19 @@ docs: README'ye Upcoming Features bölümü eklendi 💡 **Developed & Improved by:** [Okansylemez10](https://github.com/Okansylemez10) +--- + +### 📊 Repository Stats + +![GitHub Repo stars](https://img.shields.io/github/stars/Okansylemez10/wallet-balance-cli) +![GitHub forks](https://img.shields.io/github/forks/Okansylemez10/wallet-balance-cli) +![GitHub issues](https://img.shields.io/github/issues/Okansylemez10/wallet-balance-cli) +![GitHub pull requests](https://img.shields.io/github/issues-pr/Okansylemez10/wallet-balance-cli) + +--- + +### 👤 Developer Stats + +![Okansylemez10's GitHub Stats](https://github-readme-stats.vercel.app/api?username=Okansylemez10&show_icons=true&theme=default) +