A decentralized system for automatically dispensing token rewards (bounties) based on predefined conditions, ensuring transparency, fairness, and auditability.
The Bounty Dispenser is a blockchain-based project that allows communities, DAOs, or developers to set up automated reward distribution mechanisms.
Instead of manually sending tokens, the system ensures that rewards are securely and automatically dispensed when the right conditions are met.
- 🔐 Decentralized & Transparent – Rewards are on-chain, verifiable by anyone.
- ⚡ Automated Distribution – No need for manual intervention.
- 🧩 Configurable Conditions – Define custom logic for payouts.
- 📜 Immutable Records – Every bounty is tracked on the blockchain.

git clone https://github.com/Rohankumar19/bounty-dispenser.git cd bounty-dispenser
npm install
npx hardhat compile
npx hardhat test
Usage
Deploy the smart contracts to your desired blockchain network.
Configure bounty rules & reward tokens.
Let contributors submit their proofs.
Sit back – rewards are distributed automatically!
Tech Stack
Solidity – Smart contracts
Hardhat – Development & testing framework
Ethers.js – Blockchain interaction
Node.js – Scripts & tooling