anya (anya-core)
├── anya-bitcoin/ # Bitcoin integration
├── anya-enterprise/ # Enterprise core features
├── anya-extensions/ # Extension system
├── dash33/ # Web dashboard
├── dependencies/ # Shared dependencies
├── enterprise/ # Business implementation
└── mobile/ # Cross-platform mobile app
1. Bitcoin Integration (anya-bitcoin)
- Purpose: Core Bitcoin functionality
- Documentation: Bitcoin Integration Guide
- Key Files:
2. Enterprise Core (anya-enterprise)
- Documentation: Enterprise README
- Changelog: CHANGELOG.md
- Architecture: Source Directory
- Web Interface: main.py
- Components:
- Platforms: Android, iOS, Desktop
- Documentation:
- Source: lib directory
- Cargo.toml - Rust dependencies
- .env.template - Environment template
- docker-compose.yml - Container orchestration
- build.rs - Rust build script
- rust_combined.yml - CI pipeline
- commit_push.ps1 - Git automation
- install_dependencies.sh - Setup script
- reorganize-code.ps1 - Code organization
The following components are symlinked:
/anya/dash33
→[Repository Root]/dash33
/anya/enterprise
→[Repository Root]/enterprise
/anya/mobile
→[Repository Root]/mobile
- Rust toolchain
- Python 3.8+
- Flutter SDK
- Docker & Docker Compose
This map is automatically updated through CI/CD pipelines. Last updated: 2024-12-07