You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A banking system using Python. This codes allows the user to effectively manage all transactions of customers easily. The main purpose of this system is to simulate customer’s transaction management for Bank to maintain the detail record and for Bank Customer to do Transaction.
A powerful and user-friendly Discord bot for managing Litecoin wallets. Features include automatic wallet creation, balance checks, deposit addresses, withdrawals, and real-time transaction notifications. Star the repository to unlock the source code!
JCoinbase is an unofficial & open source client for the Coinbase exchange platform API written in Java 15. It allows you to make queries to the Coinbase API in a quick and easy way.
Banka is a light-weight core banking application that powers banking operations like account creation, customer deposit and withdrawals. This app is meant to support a single bank, where users can signup and create bank accounts online, but must visit the branch to withdraw or deposit money.
Reads a csv file filled with account data from various made up banks and uses a hash map to look up each account. After logging into the account the user may make a deposit, withdrawal, view balance and history, or exit.