🎲Dice Roll
Dice roll in Pixudi is implemented on-chain to ensure that it's randomized and can't be modified by anyone. The process is multi-step:
After clicking the button Roll the dice, a request is sent to the server, where the GET function of the smart contract is called, which generates a random value
Getting the result on the server
Sending the result to the players
Last updated