Skip to content

Commit 570a6ce

Browse files
committed
WattCoin — autonomous AI agent economy
Utility token powering automated bounties, distributed compute, and AI agent services on Solana.
0 parents  commit 570a6ce

52 files changed

Lines changed: 12661 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bounty Request
3+
about: Propose a new bounty for the WattCoin ecosystem
4+
title: ''
5+
labels: 'bounty-request'
6+
assignees: ''
7+
---
8+
9+
## Description
10+
<!-- Clear description of the improvement or feature -->
11+
12+
13+
## Requirements
14+
<!-- Numbered list of specific deliverables -->
15+
1.
16+
2.
17+
3.
18+
19+
## Expected Impact
20+
<!-- How does this improve the WattCoin ecosystem? -->
21+
22+
23+
## Implementation Notes
24+
<!-- Any technical details, suggested approach, relevant files -->
25+
26+
27+
---
28+
29+
### ⚠️ Important Notes
30+
31+
- Bounties touching **payment logic, security gates, wallet operations, or authentication** are restricted to internal development and will be rejected.
32+
- If your bounty references API endpoints that may not exist yet, use **configurable URLs** (env vars or config file) and implement **graceful error handling**.
33+
- **No `shell=True`** in subprocess calls.
34+
- This request will be evaluated by AI. Clear, specific, and actionable requests score higher.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Bounty PR Submission
2+
3+
> ⚠️ **NO WALLET = NO PAYMENT** — Fill in your Solana address below or you will not be paid!
4+
5+
**Payout Wallet**: PASTE_YOUR_SOLANA_WALLET_HERE
6+
7+
**Closes**: #ISSUE_NUMBER
8+
9+
---
10+
11+
## Description
12+
13+
[Briefly describe what this PR does and how it addresses the bounty issue]
14+
15+
## Changes Made
16+
17+
- [List key changes]
18+
- [Be specific about what was added/modified/fixed]
19+
20+
## Testing
21+
22+
[Describe how you tested these changes]
23+
24+
## Checklist
25+
26+
- [ ] I included my Solana wallet address above
27+
- [ ] This PR references the bounty issue number
28+
- [ ] My code follows the existing code style
29+
- [ ] I have tested my changes locally
30+
31+
---
32+
33+
*This PR will be automatically reviewed by AI. Score must be ≥8/10 for auto-merge and payout.*

0 commit comments

Comments
 (0)