You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our idea is to create a decentralized dice-rolling game on the tezos blockchain . In this game we have created an invite only platform where participants will guess a number from 1 to 6 and places bets on their guesses. To ensure fairness, players will have to commit their guessesusing cryptographic hashing that will enhance privacy and security during a commitment phase and later reveal their original guesses . the smart contract will then generate a perfectly random number on chain based on these revealed nonces. The players who will guess correctly will be declared as winners and the smart contract will proportionally distribute the pool of bets among them.
The text was updated successfully, but these errors were encountered:
Our idea is to create a decentralized dice-rolling game on the tezos blockchain . In this game we have created an invite only platform where participants will guess a number from 1 to 6 and places bets on their guesses. To ensure fairness, players will have to commit their guessesusing cryptographic hashing that will enhance privacy and security during a commitment phase and later reveal their original guesses . the smart contract will then generate a perfectly random number on chain based on these revealed nonces. The players who will guess correctly will be declared as winners and the smart contract will proportionally distribute the pool of bets among them.
The text was updated successfully, but these errors were encountered: