CoinToss is a simple blockchain-based wagering game built using Solidity.
Players can wager ETH (or the native token on a network like CELO) on the outcome of a virtual coin toss — Heads or Tails.
If they guess correctly, they win double their wager. If not, their wager stays in the contract.
This project demonstrates how to:
Accept and send Ether in Solidity.
Use pseudo-randomness (for learning purposes).
Manage ownership and withdrawals securely.
The mission is to create a user friendly game connecting people
The problem is to build CoinToss which is a simple blockchain-based wagering game built using Solidity.
Players can wager ETH (or the native token on a network like CELO) on the outcome of a virtual coin toss — Heads or Tails.
India