Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ 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

## 🛠 Development Branch Updates

- This section was added from the development branch.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ def main():

if __name__ == "__main__":
main()
# This function retrieves wallet balance from Ethereum or Base network
2 changes: 2 additions & 0 deletions utils.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def format_balance(balance):
return f"{balance:,.4f} ETH"