A blockchain-based scavenger hunt where participants compete to win unique NFTs.
Scavenger Hunt NFT is a decentralized game that leverages blockchain technology to offer a transparent and tamper-proof reward system. Players participate in a scavenger hunt, and the first to complete the challenge is declared the winner. Once the winner is selected, they can mint a unique NFT as a prize. The smart contract ensures that only one winner is chosen and that the NFT reward is properly assigned. This system provides a fun and engaging way to integrate blockchain technology into gaming experiences.
The contract starts with no winner selected.
The owner calls setWinner(address _winner)
, assigning the winner and incrementing the token ID.
The winner can then call mintNFT()
to claim their NFT.
The event logs record winner selection and NFT minting for transparency.
Deploy the contract to an Ethereum-compatible blockchain.
Use tools like Remix, Hardhat, or Truffle for interaction.
(To be added after deployment)
30%
0