This repository contains a simple wallet application built with Go. The application simulates basic wallet functionalities, allowing users to create wallets, manage balances, and perform transactions.
- main.go: The main entry point of the application.
- wallet: Handles wallet creation and balance management.
- transaction: Manages the transaction logic between wallets.
- Go 1.20 or later
Clone the repository:
git clone https://github.com/m-rit/walletDemo.git
cd walletDemo