RockPaperScissors Smart Contract
RockPaperScissors is a decentralized, trustless version of the classic Rock–Paper–Scissors game — built entirely on the Ethereum blockchain using Solidity.
This contract ensures fairness by using a commit–reveal mechanism, preventing cheating or front-running during gameplay.
Players commit to a hashed move first (without revealing it), and later reveal the move with their secret to determine the winner on-chain.
https://github.com/swastika02-git/Swastika




