For the complete documentation index, see llms.txt. This page is also available as Markdown.

๐ŸชŸTransparency

How do we know it's fair?

DeSui Coin Flip code is open source and can be reviewed here:

https://github.com/DeSuiLabs/DeSuiCoinFlip-Contract-V2

Sui Blockchain can generate randomness on-chain, making it perfect for coin flip.

User randomness is generated through nobles randomBytes method.

All Sui Coin Flip transactions happen on-chain and can be inspected for fairness.

Last updated