A Solidity smart contract that allows an owner to declare winners in a blockchain-based scavenger hunt.
The Scavenger Hunt Smart Contract is a simple Solidity-based blockchain application that enables an owner to declare winners in a scavenger hunt game. It securely records winners using a mapping and emits an event whenever a winner is declared. The contract ensures only the owner can assign winners, making it a transparent and decentralized way to manage scavenger hunt competitions on the blockchain.
During the hackathon, we started by defining the scavenger hunt smart contract’s core functionality. We developed and tested the Solidity contract, ensuring secure winner declaration. Next, we integrated a simple frontend using Web3.js. After deploying to a testnet, we conducted real-world testing and finalized our presentation for submission.
0,