๐ How I Built a Decentralized Ecosystem with Monero, AI and Botanical Gardens
"Time is a human concept... but botanical gardens are eternal." โ Pytho ๐ฝ
Introduction
MyZubster started with a simple but ambitious idea:
What happens when you combine blockchain, decentralized payments, artificial intelligence, robotics, IoT and botanical gardens into a single open-source ecosystem?
The result is an experimental platform that continues to evolve, built primarily with Node.js, JavaScript, Python and decentralized technologies.
In this article, I want to share the journey behind the project โ from the payment gateway to Pytho, the AI chatbot, the Time Machine, and the Pytho Portal, a dashboard designed to bring different parts of the ecosystem together.
๐ฟ What Is MyZubster?
MyZubster is an experimental open-source ecosystem combining:
- ๐ฟ Botanical gardens and biodiversity
- โณ A virtual Time Machine
- ๐ฐ Monero (XMR) payments
- ๐ช MYZ tokens
- ๐ค Pytho AI chatbot
- ๐ฆพ Robotics and automation
- ๐ก๏ธ IoT sensors
- ๐ฅ๏ธ Web dashboards
- ๐ Community-driven development
The goal is to explore how technology and sustainability can work together.
The Manifesto
๐ฝ No bosses, just code
๐ธ Decentralized payments
๐ Open source for everyone
๐ Sustainable innovation
๐ฟ Botanical gardens on blockchain
๐๏ธ Participatory communities
๐๏ธ System Architecture
Technology Stack
Backend:
- Node.js v18+
- Express.js
- PM2
Blockchain:
- Monero (XMR)
- MyZubster Token (MYZ)
Infrastructure:
- Ubuntu 24.04
- Vercel
- GitHub
- Cloudflare DNS
Frontend:
- HTML
- CSS
- Vanilla JavaScript
AI & IoT:
- Pytho AI
- ESP32
- Gardening robotics
- Python
A simplified view
MyZubster Ecosystem
โ
โโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโ
โ โ โ
โผ โผ โผ
Gateway Pytho AI Pytho Portal
Node.js Chatbot Dashboard
โ โ โ
โโโโโโโโโโโโโโโโฌโโโโโดโโโโโโโโโโโโโโโ โ
โผ โผ โผ โผ
XMR Payments MYZ Token Time Travel
โ โ โ
โโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโ
โ
โผ
๐ฟ Botanical Gardens
โ
โโโโโโโโโโดโโโโโโโโโ
โผ โผ
IoT Sensors Robotics
๐ฐ The Payment Gateway
One of the core components of MyZubster is a gateway designed to handle payment-related operations.
Monero API
POST /api/cardputer/payment/create
GET /api/cardputer/payments
PUT /api/cardputer/payment/status/:id
MYZ API
POST /api/myz/payment/create
GET /api/myz/stats
POST /api/myz/sync
Example MYZ Payment
curl -X POST http://localhost:3001/api/myz/payment/create \
-H "Content-Type: application/json" \
-d '{"tag_id":"TEST-001","amount":10}'
Example response:
{
"success": true,
"id": "myz_example",
"tag_id": "TEST-001",
"amount": 10,
"currency": "MYZ",
"fee": 0.2,
"net_amount": 9.8,
"status": "pending"
}
โณ The Time Machine
One of the most unusual parts of the project is the Pytho Time Machine.
The system allows users to explore six different eras:
| Era | Location | Species |
|---|---|---|
| 1500 | Botanical Garden of Rome | 6 |
| 1800 | Botanical Garden of Naples | 4 |
| 1900 | Botanical Garden of Palermo | 3 |
| 2024 | Botanical Garden of Rome | 3 |
| 2124 | Garden of the Future | 4 |
| 3000 | Galactic Botanical Garden | 4 |
Time Travel API
curl -X POST http://localhost:3001/api/pytho/timetravel \
-H "Content-Type: application/json" \
-d '{"destination":"Botanical Garden of Rome","year":1500}' | jq
Example response:
{
"success": true,
"travel": {
"destination": "Botanical Garden of Rome",
"year": 1500,
"status": "๐ธ Time travel completed!",
"pytho": "๐ฝ Time is a human concept..."
}
}
๐ค Pytho: The AI Chatbot
Pytho is the AI character at the heart of the ecosystem.
Pytho can provide information and answer questions about:
- ๐ฑ Gardening and plants
- ๐ช MYZ tokens
- ๐ถ Monero
- ๐ฐ News and updates
- ๐ต Music and nature
- ๐ The MyZubster ecosystem
- ๐ค Technology and automation
Example
curl -X POST http://localhost:3001/api/pytho/chat \
-H "Content-Type: application/json" \
-d '{"message":"What are MYZ tokens?"}' | jq
Example response:
{
"success": true,
"message": "What are MYZ tokens?",
"response": "MYZ is the native token of the MyZubster ecosystem.",
"pytho_says": "๐ฝ Welcome to the MyZubster ecosystem!"
}
๐บ The 24 Species in the Time Machine
1500 โ Renaissance
- Ancient Rose
- Lily
- Wild Orchid
- Roman Mint
- Ancient Basil
- Roman Sage
1800 โ 19th Century
- Naples Lily
- Neapolitan Orchid
- Ancient Jasmine
- Vesuvius Violets
1900 โ 20th Century
- Sicilian Orchid
- Sicilian Lily
- Palermo Rose
2024 โ Present
- Modern Rose
- Hybrid Lily
- Tropical Orchid
2124 โ Future
- Quantum Rose
- Stellar Lily
- Temporal Orchid
- Tree of Light
3000 โ Galactic Era
- Galactic Rose
- Interstellar Lily
- Quantum Orchid
- Nebula Flowers
๐ฅ๏ธ The Pytho Portal
The Pytho Portal is the dashboard that brings different parts of the ecosystem together.
It can include:
- ๐ค Robot status
- ๐ฑ IoT sensors
- ๐ก๏ธ Temperature monitoring
- ๐ง Humidity monitoring
- ๐ Soil conditions
- โ๏ธ Light intensity
- ๐ฐ Payment information
- ๐ฌ Pytho AI Chat
- ๐ฎ Device controls
๐ Portal
https://i-eco-01-gyrl.vercel.app
๐ก APIs and Data
The project exposes APIs connecting the frontend, gateway, AI and other ecosystem components.
Examples:
GET /api/dashboard
POST /api/pytho/chat
POST /api/pytho/timetravel
GET /api/pytho/global-map
GET /api/pytho/search-plant/:name
POST /api/myz/payment/create
GET /api/myz/stats
This architecture makes it possible to experiment with different clients and services while keeping the backend components modular.
๐งฉ Repository Structure
The ecosystem is organized across multiple open-source repositories, including:
| Repository | Description |
|---|---|
I-ECO-01 |
Main gateway |
MyZubsterGateway |
Python gateway |
myzubster-gateway |
Node.js gateway |
MyZubster-App |
Application |
MyZubster-Robot |
Robotics |
MyZubster-Marketplace |
Marketplace |
MyZubsterWeb |
Web frontend |
myzubster-animal-registry |
Animal registry |
myzubster-docs |
Documentation |
myzubster-space-station |
Space Station |
tari |
Tari integration |
๐ ๏ธ How to Contribute
Getting started is simple:
git clone https://github.com/DanielIoni-creator/I-ECO-01.git
cd I-ECO-01/gateway
npm install
node server.js
Main repository:
https://github.com/DanielIoni-creator/I-ECO-01
The project is open to developers, designers, testers, researchers, gardeners and anyone interested in experimenting with the concept.
๐ฅ Contributor Roles
The project is designed around a multidisciplinary community.
| Role | Indicative Bounty |
|---|---|
| ๐จโ๐ป Full Stack Developer | 100โ500 MYZ |
| โ๏ธ Blockchain Developer | 200โ1000 MYZ |
| ๐จ UI/UX Designer | 150โ500 MYZ |
| ๐๏ธ Graphic Designer | 100โ300 MYZ |
| โ๏ธ Content Writer | 50โ200 MYZ |
| ๐ Technical Writer | 100โ300 MYZ |
| ๐งช QA Tester | 50โ200 MYZ |
| ๐ฅ Community Manager | 100โ300 MYZ |
| ๐ฟ Botanist | 100โ400 MYZ |
Bounties are part of the project's experimental contribution model. Always check the relevant GitHub issue for the current requirements and bounty before starting work.
๐ Project Links
๐ Pytho Portal
https://i-eco-01-gyrl.vercel.app
๐ฆ GitHub
https://github.com/DanielIoni-creator/I-ECO-01
๐ฌ Pytho Portal / Chat
https://i-eco-01-gyrl.vercel.app
๐ What's Next?
MyZubster is still evolving.
Some of the directions I want to explore include:
- ๐ More ecosystem integrations
- ๐ค AI automation
- ๐ฆพ Garden robotics
- ๐ฑ Biodiversity monitoring
- ๐ก Additional IoT sensors
- โณ More Time Machine eras
- ๐ฐ Expanded decentralized payment functionality
- ๐ฅ A larger open-source contributor community
๐ Why Am I Building This?
MyZubster is first and foremost an experiment.
An experiment in what happens when open-source software, AI, blockchain, robotics and nature are brought into the same project.
Not everything is finished.
Not everything is perfect.
And that's exactly the point.
Build in public.
Experiment.
Get feedback.
Improve the system.
Let other developers contribute.
๐ Conclusion
MyZubster tries to connect worlds that are usually treated separately:
๐ฟ Nature + Technology
๐ค AI + Gardening
๐ฐ Payments + Decentralization
๐ฆพ Robotics + Automation
๐ Community + Open Source
โ๏ธ Blockchain + Sustainability
The project is still evolving, and the code is open for anyone who wants to explore it, suggest improvements or contribute.
๐ฝ Pytho says:
"Time is a human concept... but botanical gardens are eternal." ๐ฟ๐ธ
If this idea interests you, try the portal, explore the repository, and tell me what you would build next.
๐ Project
GitHub:
https://github.com/DanielIoni-creator/I-ECO-01
Pytho Portal:
https://i-eco-01-gyrl.vercel.app
Top comments (0)