It's a command-line payment application written in Go. It provides users with a simple yet powerful interface to manage their transactions, send money to other users, receive money from other users and check balance.
Please ensure you have Go installed on your system. If not, download and install Go from here.
https://go.dev/dl/
https://github.com/sarkarbikram90/UPI-Wallet.git
cd UPI-Wallet
go run main.go
go build
This will allow an user to create a wallet with user details such as Name, Mobile number, Bank account number and UPI PIN
Users can create accounts by providing their Profile details, such as name, phone number, bank account number and UPI PIN.
- Send money to other users.
- Receive money from other uers.
- Check balance after adding money.
- Check balance after sending money.
- Check balance after receiving money.
- Name
- Mobile Number
- Bank Account Number
- UPI PIN
License: This project is licensed under the MIT License.