BlockRoulette is a decentralized game of Roulette created by SpaceFrostDev and CaseyThayer on the Ethereum blockchain. We follow normal American Roulette conventions wherever possible. We are currently the following betting strategies:
- Specific Number 1-36
- Even/Odd
- Color
- High/low
- Specific Number 35:1
- Even Odd 1:1
- Color 1:1
- High/Low 1:1
- Use the placeBet tab to place a bet or multiple bets
- Spin the roulette wheel, getting paid from your winning bets
- There is no step 3, enjoy :)
We developed BlockRoulette using the Remix IDE, Ganache and MetaMask.
Roulette is a game of chance. In our implementation, there is no notion of Roulette wheel number sequence, as all numbers are generated pseudorandomly by keccak256
hashing some hard-to-guess but NOT cryptographically secure random inputs.