Complete architecture and directory structure for the Funchal micro-economy deployment: Documentation: - README.md: Project overview, architecture, services, metrics, governance - PRD.md: Product requirements document - ARCHITECTURE.md: Multi-layered mesh architecture, node specs, topology - GOVERNANCE.md: DAO model, treasury, voting, dispute resolution - ROADMAP.md: Phased implementation plan (Months 1-24) - DEPLOYMENT.md: Mesh network deployment guide Services: - mobility/: Decentralized ride-sharing - housing/: Decentralized house-sharing - logistics/: Local delivery network - commerce/: Bitcoin-accepting businesses - workforce/: Job boards, training, competency attestation - governance/: Mesh services and decentralized operations Infrastructure: - infrastructure/: Mesh networks, archipelago nodes (200 nodes), internet - config/: node.yml, mesh.yml, bitcoin.yml, profiles.yml, redis.yml - docs/: Funchal service map, business onboarding, mobility plan - scripts/: Deploy script - .gitignore
40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
# Mobility - Decentralized Ride-Sharing
|
|
# NodeZero Funchal
|
|
|
|
## Architecture
|
|
Peer-to-peer ride sharing orchestrated by the mesh network.
|
|
Vehicles and routes managed through archipelago nodes.
|
|
|
|
## Key Components
|
|
- **Ride Router:** Mesh-based routing for real-time ride matching
|
|
- **Driver Registry:** On-chain vehicle and driver records
|
|
- **Payment Engine:** Lightning payment processing per ride
|
|
- **Dispatch System:** Automatic dispatch and scheduling
|
|
- **Tracking Service:** Real-time GPS tracking via mesh
|
|
- **Rating System:** Mesh-consensus ratings and reviews
|
|
|
|
## Implementation
|
|
- Deploy ride-shanging application nodes in Zone A (center)
|
|
- Gateway nodes connect to municipal fleet data
|
|
- Edge nodes provide local matching (no external dependency)
|
|
- Tourist app connects via mesh pass
|
|
|
|
## Integration Points
|
|
- Connects to commerce (bitcoin payments)
|
|
- Connects to workforce (worker transport)
|
|
- Connects to housing (commute support)
|
|
- Connects to tourist passes
|
|
|
|
## Metrics
|
|
| Metric | Target |
|
|
|--------|---------|
|
|
| Daily rides | 500+ |
|
|
| Dispatch time | <3 min |
|
|
| On-time rate | >95% |
|
|
| Satisfaction | >80% |
|
|
|
|
## Future
|
|
- Drone ride integration
|
|
- Multi-modal (e-scooter, bicycle)
|
|
- Inter-island routes (Phase 3)
|