Wednesday 26 June 2019

Help a N00B build an E-Wallet App

I am creating a project with User database and identification (email)/(password) log in and sign upWhen the user Signs up for the first time, he creates inside his account a Wallet, the wallet automatically assigns a Random Identification Number just for the wallet itself. Inside the wallet "credits" are stored. The start up value of the credits will be 0 for some users and for lets say premium users will be 20 credits.Then I need those wallets to communicate, lets say User 1 has Wallet A and Wallet B, User 2 has wallet C and wallet DUser 1 can send "credits" from his wallet A to his wallet B and viceversa, also User 1 can send credits from his wallet A to wallet C or D from User 2.BUTUser 1 cannot send "credits from wallet B to wallet C nor D from user 2User 2 cannot send "credits" from wallet D to wallet A nor B.the "credits" being transferred as a encrypted "message" for speed and each transaction stored in an encrypted database.At the end I would need integrate the project into swift so it can run as an iOS App, and then later to Java for Android OS, also need it to run on a website.Thank you for any assistance and help in advance.

Submitted June 27, 2019 at 12:27AM by jpgaviria

No comments:

Post a Comment