A digital wallet is a software-based system that securely stores users' payment information and passwords for numerous payment methods and websites.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Digital Wallet is a payment application that allows users to store and spend virtual money. This project does not use real money and only for educational purposes. Some Features of this project includes:
- Simulate user authentication during login/registration
- Send and receive credits
- Create vouchers to send credits anonymously
- View transaction history
- Simulate how transaction work in real life
- Stores the credit in encrypted form
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/Saurja/digital-wallet
- Install Composer packages
composer install
- Use the database_dw.sql file to get the code for the database and paste it in your phpmyadmin sql query entry
- Edit the config.php and transactionConfig.php routing them to your MySQL Database
There are applications like an online bank account where users can have a wallet to store their money and spend from there. Users can also use vouchers or request money from others.
Users can have different ways to send or receive money which gives them a wide variety of possibilities while making a transaction. User has the choice of signing up via multiple authentication processes which makes the app more smoothe and secure.
- how a real digital payment system works
- how a transaction happens
- how to log detailed transactions
- Understand requirements
- write User Stories and do Estimation
- Develop & Test System
- Login/Registration Screen
- Send Money
- Request Money
- Vouchers
- View Transactions
See the open issues for a list of proposed features (and known issues).