This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
Escrow Shield - Vercel-ready Telegram Escrow Bot | |
- Webhook mode (Flask) for deployment on Vercel | |
- SQLite storage for escrows and users | |
- OKX v5 signing for balance checks and withdrawals | |
- Inline keyboard UI (English + 简体中文) | |
- Admin-only control for confirmations & releases | |
- Reads secrets from environment variables | |
""" |