proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
# ProofMode-Rust Documentation

This directory contains detailed documentation for platform-specific setup and configuration.

## Platform Setup Guides

- **[Android Setup]SETUP_ANDROID.md** - Complete guide for Android development setup
- **[iOS Setup]SETUP_IOS.md** - Complete guide for iOS development setup  
- **[Docker Setup]DOCKER.md** - Docker containerization and deployment guide

## Development Guides

Platform-specific development guides are located in their respective directories:

- **Android**: `android-example/README.md`
- **iOS**: `ios-example/README.md`
- **Python**: `python/README.md`
- **Node.js**: `npm/README.md`

## Build Scripts

Build scripts are organized in the `scripts/` directory:

- **Android**: `scripts/android/`
- **iOS**: `scripts/ios/`
- **General**: `scripts/`

## Architecture Documentation

For technical architecture details, see the main [README.md](../README.md) in the project root.