I want a wallet for my online game where users can use money from wallet and play games and win or loose money? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I want a wallet for my online game where users can use money from wallet and play games and win or loose money?

How can i build such a wallet, where the user feels it easy to use while he plays the game. what are the technologies do i need, i was thinking to use nodejs and mysql?

14th May 2017, 7:59 AM
Vamshi Shalapaati
Vamshi Shalapaati - avatar
1 Answer
+ 6
Before you accept payment system in your gaming , there are things you must consider 1. If it will be a local payment (electronic payments converted in local currencies) or international payments ( payments done in international currencies e.g PayPal, Bitcoin, Perfect Money). 2. After consideration of which gateway you want to use, then you register for their API (Application Programming Interface). which you will insert in the registration page of your website and also in the payment page for their topups.
18th May 2017, 10:48 AM
Awele Omeligwe
Awele Omeligwe - avatar