Commit
The server generates a random seed and publishes its SHA-256 commitment.
Each development round exposes the server seed alongside the client seed, nonce, and resulting digest.
The server generates a random seed and publishes its SHA-256 commitment.
A browser-held client seed and increasing nonce enter the round digest.
Game-specific deterministic math maps the digest to the visible outcome.
The server seed is disclosed so the complete record can be recomputed.
SHA256(serverSeed + ":" + clientSeed + ":" + nonce + ":" + game)This development model has not been independently audited or certified as provably fair. Server seed reveal occurs with the outcome in this single-node prototype.