πΎ MyZubster Pet Registration System is Now Live!
The World's First Blockchain-Powered Pet Registry with NFC & GPS Tracking
π’ Big News!
We're thrilled to announce that the Pet Registration System for MyZubster is now fully operational! π
After weeks of development and testing, pet owners can now register their beloved companions on the Monero blockchain, creating permanent, verifiable records that are accessible to anyone, anywhere.
πΎ What is MyZubster Pets?
MyZubster Pets is a decentralized pet registry built on the Monero blockchain. Every registered pet becomes a permanent, immutable record that can be verified by anyone using NFC tags and GPS coordinates.
Key Features
Feature Description
π Blockchain Verified Permanent, immutable pet records on Monero
π GPS Tracking Real-time location tracking for pets
π·οΈ NFC Integration Instant pet identification with NFC tags
π₯ Health Monitoring Track vaccinations, visits, and medications
π Public Lookup Anyone can verify a pet by NFC tag
π Privacy First No KYC, no personal data exposure
π° Earn Rewards Get XMR for registering and verifying pets
π Global Map See all registered pets worldwide
π How It Works
- Register Your Pet bash
curl -X POST http://localhost:3001/api/pets/register \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d '{
"name": "Bella",
"species": "dog",
"breed": "Golden Retriever",
"age": 3,
"weight": 28,
"nfcId": "04:12:34:56:78:90",
"moneroAddress": "45M4DW1ug8bdQ..."
}'
Response:
json
{
"success": true,
"message": "Pet registered successfully",
"pet": {
"_id": "6a68d28399084acfb033fb6a",
"name": "Bella",
"species": "dog",
"breed": "Golden Retriever",
"age": 3,
"weight": 28,
"nfcId": "04:12:34:56:78:90",
"health": "good",
"status": "pending",
"moneroAddress": "45M4DW1ug8bdQ..."
}
}
- Public NFC Lookup (No Authentication Required!)
Anyone can verify a pet by scanning its NFC tag:
bash
curl http://localhost:3001/api/pets/nfc/04:12:34:56:78:90
Response:
json
{
"success": true,
"pet": {
"name": "Bella",
"species": "dog",
"breed": "Golden Retriever",
"age": 3,
"weight": 28,
"nfcId": "04:12:34:56:78:90",
"health": "good",
"status": "pending"
}
}
- Manage Your Pets Action Endpoint Authentication Register Pet POST /api/pets/register β Required Get All Pets GET /api/pets β Required Get Pet by ID GET /api/pets/:id β Required Update Pet PUT /api/pets/:id β Required Delete Pet DELETE /api/pets/:id β Required NFC Lookup GET /api/pets/nfc/:nfcId β Not Required π° Bounty Program
We're paying Monero (XMR) for contributions to the pet system!
Issue Description Bounty
17 Pet Registration System β Completed
18 NFC Reader Integration 0.06 XMR
19 GPS Tracking System 0.06 XMR
20 Pet Health Monitoring 0.06 XMR
21 Lost Pet Recovery System 0.06 XMR
Total Available: 0.24 XMR (β β¬48.00)
How to Claim
Visit: https://github.com/DanielIoni-creator/myzubster/issues
Comment "I'll take this!"
Develop the solution
Open a PR with your Monero address
Receive payment in XMR!
π Project Status
β
Completed Features
Feature Status
Authentication System β
Complete
User Registration & Login β
Complete
Plant Registration β
Complete
Pet Registration β
Complete
NFC Public Lookup β
Complete
Order System β
Complete
PGP Encryption β
Complete
i18n Multi-language β
Complete
Webhook System β
Complete
Email Notifications β
Complete
π In Progress
Feature Status
Global Plant Map π In Progress
Pet GPS Tracking π In Progress
Pet Health Monitoring π In Progress
β³ Planned
Feature Status
Mobile App (iOS/Android) β³ Planned
NFT-like Certificates β³ Planned
Lost Pet Recovery β³ Planned
Veterinary API Integration β³ Planned
π° Fee Structure
Fee Type Percentage Destination
Creator Fee 2% Platform development
Conservation Fund 5% Environmental & animal welfare
AI Agent Fee 3% Gemma Skills integration
Operations 90% Infrastructure, hosting
Creator Wallet:
text
45M4DW1ug8bdQowWpxucTpgsfjLbVxbYaAra79VewmBobuuhgqTjyD4R3DzpqLM2veiphcB16n24qN1QbLg3y2PYGK3Qkoe
π οΈ Technology Stack
Layer Technology
Frontend React + Next.js
Backend Node.js + Express
Database MongoDB
Blockchain Monero (XMR)
AI Google Gemma Skills
NFC NFC tag integration
GPS Geolocation services
Testing Jest
π Repository Structure
text
myzubster/
βββ gateway/
β βββ models/
β β βββ Pet.js # Pet model with NFC/GPS
β β βββ Plant.js # Plant model
β β βββ User.js # User model
β βββ controllers/
β β βββ petController.js # Pet CRUD + NFC lookup
β β βββ plantController.js
β β βββ authController.js
β βββ routes/
β β βββ petRoutes.js # Pet endpoints
β β βββ ...
β βββ services/
β βββ moneroWalletService.js
β βββ ...
βββ frontend/
βββ src/
βββ components/
βββ Map/
βββ PlantMap.js
π Links
Resource Link
Main Repo myzubster
Gateway MyZubsterGateway
Marketplace MyZubster-Marketplace
Docs myzubster-docs
Open Issues All Bounties
π€ How to Contribute
- π° Donate in Monero text
45M4DW1ug8bdQowWpxucTpgsfjLbVxbYaAra79VewmBobuuhgqTjyD4R3DzpqLM2veiphcB16n24qN1QbLg3y2PYGK3Qkoe
- π± Register a Plant
Use the live API to register plants and contribute to the global map.
- πΎ Register a Pet
Register your pet and create a permanent blockchain record.
- π¨βπ» Claim a Bounty
Browse issues, develop solutions, and earn XMR!
- π’ Share the Project
Share on social media, with friends, and in communities.
π Thank You
Special thanks to our contributors:
Contributor Work Status
harshaaaaw Email Notifications β
Paid
louiss72 i18n + PGP Encryption β
Paid
terminator-cmd Webhook System β
Paid
π±πΎπ Together, we're building the smartest, most transparent global registry for plants and pets!
Built with β€οΈ for the planet by DanielIoni-creator
π Tags
text
monero, blockchain, pets, nfc, gps, opensource, sustainability, web3, crypto, animal-welfare, pet-tracking, pet-registry, decentralized, privacy, xmr, ai, gemma-skills, conservation
Top comments (0)