The HAN Stack¶
Humanoid Network is built on a modern, modular stack designed for scale, security, and contributor experience.
Platform Components¶
Mecka (Mobile App)¶
The iOS capture application. Contributors use Mecka to browse available quests, capture video data with guided overlays, and submit recordings for quality validation.
HAN Dashboard (Web App)¶
A React-based contributor dashboard for tracking quest progress, viewing earnings, managing $HAN tokens, and staking veHAN.
HAN SDK¶
The developer-facing interface for robotics companies. Provides programmatic access to curated datasets, filtered by ROBO category, quality score, and task type.
Smart Contracts¶
Solidity contracts deployed on Base (Ethereum L2) handling token distribution, staking (veHAN), quest rewards, and governance.
Tech Stack¶
| Layer | Technology |
|---|---|
| Mobile | Swift (iOS) |
| Web App | React, Vite, Privy |
| Backend | Node.js, Express, PostgreSQL, Redis |
| Contracts | Solidity, Foundry, Base |
| Auth | Privy (wallet + social login) |
| Data Pipeline | Python, Ray |
| Docs | MkDocs Material |