WheelFi is a decentralized "Spin & Win" game built on the Ethereum blockchain.
Players can spin the wheel by sending ETH to the contract — if luck favors them, they instantly win a reward!
The game operates without intermediaries, using smart contract logic to ensure transparency and fairness.
WheelFi is designed as a fun, on-chain luck-based game where users can place small bets and potentially win multiples of their wager.
This project demonstrates the core principles of decentralized gaming using Solidity — ownership, randomness (for demonstration), events, and ETH-based rewards.
PROJECT LINK - https://https://github.com/pranzalpha/PRANZ
Trying to make a safer place with good blockchain system and secure
Trying to build a spin and win on Ethereum block chain.
Players send ETH to spin the wheel using the spin() function.
The contract generates a pseudo-random number to determine the result.
If the player wins, they receive a reward (2x their bet by default).
All outcomes are logged on-chain via events, ensuring transparency.
✅ Decentralized Gameplay – 100% on-chain logic, no centralized servers.
💰 Spin & Win – Simple, fair, and verifiable results.
🔐 Owner Controls – Owner can set minimum bets, payout multipliers, and withdraw funds.
📜 Event Logging – Every spin emits a SpinResult event visible on-chain.
⚙️ Upgradeable Parameters – Easily adjust bet limits or multiplier rewards.
🧩 Educational Code – Beginner-friendly Solidity structure with comments and clean organization.
India