Python Forum

Full Version: Create an online cryptocurrency market
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I actually have to create a cryptocurrency online market as a project for university in Django (python). When a users sings up (for the first time) they get an unique ''welcome transaction (amount)'' that I can randomly choose but has to be exactly the same for every user. I believe that I have to code this transaction at the same time as the sign-up form but I don't know how to proceed.