The Bounty Hunter Contract allows users to complete predefined tasks and earn rewards on the Edu Chain. It is simple, lightweight, and efficient, ensuring smooth bounty tracking and task completion.
This repository contains the Solidity smart contract BountyBoard, which enables users to complete predefined tasks and earn bounties. This contract is deployed on the Edu Chain blockchain.
The Bounty Hunter Contract allows users to complete predefined tasks and earn rewards on the Edu Chain. It is simple, lightweight, and efficient, ensuring smooth bounty tracking and task completion.
Predefined Bounties: The contract includes a list of fixed tasks with specific rewards.
Mark Completion: Users can mark bounties as completed.
Simple & Lightweight: No constructors or external imports used, ensuring minimal complexity.
Deployed Address: 0x21Ecd5BaeFc05680c08190e273D95e136e7b8126
Blockchain: Edu Chain
The contract contains predefined tasks with rewards.
Users can view available tasks.
Once a task is completed, the status is updated.
The contract includes:
Bounty
Struct: Stores task details (name, reward, completion status).
addBounty
Function: Initializes predefined tasks.
completeBounty
Function: Marks a task as completed.
This project is open-source and available under the MIT License.
50
0