🎲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:

  1. 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

  2. Getting the result on the server

  3. Sending the result to the players

Last updated