I would like to know more about your provably fair engine, how does It work? Does the user have its own user seed and can change It on each roll? Or the house has all the engine on its side?
Is hard to find provably Fair games nowadays so, a big +1 for your project.
Do you have any planes about adding more games?
You can check here
https://stacker.news/items/836563/r/roulette?commentId=836837I Just take a look at the article, but you don't explain how the rollos are generate, you only mentioned they are provably Fair but there is no a technical explanation about how the spins works, and for me that is not provably fair at all.
Can you share with us the tech side behind each spin?
Absolutely! Here’s how we do it:
Before each spin, we generate a random number (0..36) and a salt, then publish the SHA-256 hash of num:salt
After the spin, we reveal the salt, so you can re-hash the exact same num:salt combination.
If the hash matches what we published before the spin, you know the result couldn’t have been altered.