What problem does it solve?
Bluvo provides a secure framework to connect user exchange accounts and manage wallet credentials without exposing API keys. It orchestrates OAuth2 and QR-based authentication, wallet loading, quote generation, and withdrawal flows via a TypeScript state machine and React hooks.
Core Features & Use Cases
- Secure, unified workflow for OAuth and QR code authentication across multiple exchanges (Binance, Kraken, Coinbase, etc.)
- End-to-end withdrawal lifecycle with wallet loading, quotes, multi-factor authentication, and real-time updates via WebSockets
- Suitable for server-side integrations, frontend UIs, and multi-tenant apps requiring auditable crypto transactions
Quick Start
Initialize BluvoFlowClient with your orgId and projectId, then start the withdrawal flow for the desired exchange to begin OAuth or QR code authentication.