π
MyZubster - Major Update: AI Agents, Authentication & Order System Complete!
The World's First Blockchain-Powered Global Map for Plants & Pets is Taking Shape!
π’ Big News!
We've made significant progress on MyZubster! Here's what we've accomplished in the last few days:
β
AI Agents - Complete multi-agent system with 29 passing tests
β
Authentication - JWT-based login and registration
β
Order System - Create orders with email notifications
β
Payment Processing - Monero (XMR) bounty payouts
β
First External Contributions - Merged and paid!
π€ AI Agents Implementation
We've built a complete multi-agent AI system powered by Google's Gemma Skills framework:
text
src/agents/
βββ index.js # Agent exports
βββ skills/
β βββ plantAgent.js # Plant recognition, monitoring, verification
β βββ petAgent.js # NFC, GPS, health, recovery
β βββ paymentAgent.js # XMR processing, fees, rewards
β βββ verificationAgent.js # Validation, voting, quality scoring
βββ memory/
β βββ longTermMemory.js # PostgreSQL-based memory system
βββ orchestrator/
βββ agentOrchestrator.js # Task routing and coordination
29 Tests Passing! β
Agent Tests
Plant Agent 5/5 β
Pet Agent 5/5 β
Payment Agent 5/5 β
Verification Agent 5/5 β
Long-Term Memory 4/4 β
Agent Orchestrator 4/4 β
Full Integration 1/1 β
π Authentication & Order System
Login Endpoint Working
bash
curl -X POST /api/auth/login -d '{"username":"testuser","password":"password123"}'
json
{
"success": true,
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"user": {
"id": "...",
"username": "testuser",
"email": "test@example.com"
}
}
Order Creation with Email Notification
bash
curl -X POST /api/orders \
-H "Authorization: Bearer $TOKEN" \
-d '{
"userName": "Test User",
"userEmail": "test@example.com",
"items": [{"name": "Plant", "price": 0.05}],
"total": 0.05
}'
json
{
"success": true,
"order": {
"id": "ord_...",
"status": "pending",
"createdAt": "..."
},
"message": "Order created successfully"
}
π° Bounty Payments
We've successfully processed our first bounty payment!
harshaaaaw - Email Notifications (#15)
Detail Value
Work Email Notifications System
Bounty 0.05 XMR (β β¬10.00)
TX ID 94df292741c3867d83983d932f32ad39e85286bf26d8cf4868c17a3dcb5be670
Status β
Paid
Awaiting Payment
Contributor PR Bounty Status
terminator-cmd #14, #16, #17 0.20 XMR β³ Awaiting XMR address
Byaigo #10, #9, #8, #6 0.28 XMR β³ Awaiting XMR address
π± What's Next?
Phase 2: Core Features (Q4 2026)
Feature Priority Status
Plant Registration System π΄ HIGH Planning
Global Plant Map π΄ HIGH Planning
Plant Verification System π‘ MEDIUM Planning
Monero Payment Integration π‘ MEDIUM In Progress
NFT-like Plant Certificates π’ LOW Planning
Phase 3: Animals & NFC (Q1 2027)
Feature Priority Status
MyZubster Pets Launch π΄ HIGH Planning
NFC Tag Integration π΄ HIGH Planning
GPS Tracking for Pets π‘ MEDIUM Planning
Mobile App (iOS + Android) π‘ MEDIUM Planning
π° Support the Project
Donate in Monero (XMR):
text
45M4DW1ug8bdQowWpxucTpgsfjLbVxbYaAra79VewmBobuuhgqTjyD4R3DzpqLM2veiphcB16n24qN1QbLg3y2PYGK3Qkoe
Fee Structure
Fee Type Percentage Destination
Creator Fee 2% Platform development
Conservation Fund 5% Environmental projects
AI Agent Fee 3% Gemma Skills integration
Operations 90% Infrastructure, hosting
π€ How to Contribute
Open Bounties
Issue Description Bounty
8 Plant Registration System 0.06 XMR
9 Global Plant Map Visualization 0.06 XMR
10 Plant Verification System 0.06 XMR
11 Plant Rewards System 0.03 XMR
12 NFT-like Certificates 0.06 XMR
NFC Pet NFC Integration 0.06 XMR
GPS Pet GPS Tracking 0.06 XMR
How to Participate
Find an issue with the π° label
Comment "I'll take this!"
Develop the solution
Open a PR with your Monero address
Receive payment in XMR!
π Repository Structure
text
myzubster/
βββ gateway/ β Payment Gateway (MyZubsterGateway)
βββ marketplace/ β Marketplace (MyZubster-Marketplace)
βββ docs/ β Documentation (myzubster-docs)
β βββ field/ β Sant'Aquilina Field Project
β βββ housing/ β Housing Info
β βββ collaborators/β Collaborators
β βββ animals/ β MyZubster Pets
βββ src/
β βββ agents/ β AI Agents (Gemma Skills) β
β β βββ skills/ β Plant, Pet, Payment, Verification Agents
β β βββ memory/ β Long-Term Memory System
β β βββ orchestrator/ β Agent Orchestrator
β βββ ... β Other source code
βββ tokenization-singapore/ β Backend with auth & orders β
Repository Links
Repository Link
Main Repo myzubster
Gateway MyZubsterGateway
Marketplace MyZubster-Marketplace
Docs myzubster-docs
π Open Code Review
We follow Open Code Review - all PRs are public, all comments are constructive, and everyone learns together.
Learn more: CODE_REVIEW_GUIDE.md
πΏ The Vision
Imagine a world where:
β
Every tree has a permanent record
β
Every pet is trackable and verifiable
β
Deforestation is visible and transparent
β
Conservation is funded automatically
β
Anyone can participate from anywhere
β
AI agents monitor and protect nature
That's what we're building.
π Thank You
Thank you to everyone following and supporting this project. Special thanks to our contributors:
harshaaaaw - Email Notifications β
Paid
terminator-cmd - Monero Wallet, i18n, Webhook + PGP (awaiting XMR)
Byaigo - Token balances, P2P messaging, Email (awaiting XMR)
guoyunfeng - i18n, PGP (in progress)
π±πΎπ€π Together, we're building the smartest, most transparent global map for plants and pets!
Built with β€οΈ for the planet by DanielIoni-creator
π Tags
text
monero, blockchain, opensource, sustainability, permaculture, web3, crypto, green-tech, animals, pets, nfc, gps, ai, machine-learning, multi-agent, gemma-skills, google-ai, long-term-memory, plant-map, conservation, carbon-offset, decentralized, privacy, xmr, agents, authentication, orders, bounties, dev-update
Top comments (0)