Welcome to the Transparent Guessing Game, a beginner-friendly Solidity smart contract project built to demonstrate how commit–reveal randomness works in a decentralized and transparent way.
This game ensures fairness — even the owner can’t cheat — and all players can verify every step on the blockchain.
Welcome to the Transparent Guessing Game, a beginner-friendly Solidity smart contract project built to demonstrate how commit–reveal randomness works in a decentralized and transparent way.
This game ensures fairness — even the owner can’t cheat — and all players can verify every step on the blockchain.
🧩 Project Description
This project is a simple blockchain-based guessing game written in Solidity.
The idea is to create a transparent and trustless game where:
The owner commits to a secret number before anyone starts guessing.
Players place their guesses by sending a small amount of Ether.
Later, the owner reveals the secret, and those who guessed correctly win the prize pool.
No centralized control, no hidden manipulations — everything is verifiable on-chain.
🧩 Project Description
This project is a simple blockchain-based guessing game written in Solidity.
The idea is to create a transparent and trustless game where:
The owner commits to a secret number before anyone starts guessing.
Players place their guesses by sending a small amount of Ether.
Later, the owner reveals the secret, and those who guessed correctly win the prize pool.
No centralized control, no hidden manipulations — everything is verifiable on-chain.
India