Your Universal Crypto Deposit Assistant | 统一加密货币充值助手
DepositOne is a modern web application for managing cryptocurrency deposit addresses across multiple exchanges in one place. Version 2.0 brings a complete redesign and numerous new features!
- 🎨 Modern UI/UX Design
- 🌓 Light/Dark Theme Support
- 📱 Fully Responsive Design
- 🔍 Enhanced Search Experience
- 💫 Smooth Animations
- 🔄 Real-time Data Updates
- 📷 QR Code Scanning Support
- 🏢 Multi-Exchange Support:
- Binance
- OKX
- Bitget
- MEXC
- HTX (Coming Soon)
- Kraken (Coming Soon)
- KuCoin (Coming Soon)
- Coinbase (Coming Soon)
- Gate.io (Coming Soon)
-
Frontend:
- React 18
- TypeScript
- Ant Design v5
- Axios
- QR Code Generator
-
Backend:
- Node.js
- Express
- Axios
- Memory Cache
# Frontend
cd frontend
npm install
npm start
# Backend
cd backend
npm install
npm start
- Node.js >= 16
Frontend (.env):
REACT_APP_API_BASE_URL=http://localhost:3001/api
Backend (.env):
PORT=3001
CACHE_DURATION=1800 # 30 minutes
- Multi-exchange deposit address management
- Smart search (token name & symbol)
- Quick access to popular tokens
- Multi-chain network support
- Automatic QR code generation
- Dark/Light theme switching
- Responsive design for all devices
- Efficient caching system
DepositOne 是一个用于在同一界面管理多个交易所加密货币充值地址的现代化 Web 应用。2.0 版本带来了全新的设计和众多新功能!
- 🎨 全新的现代化 UI 设计
- 🌓 支持亮色/暗色主题
- 📱 完全响应式设计
- 🔍 优化的搜索体验
- 💫 流畅的动画效果
- 🔄 实时数据更新
- 📷 支持二维码扫描
- 🏢 支持多个主流交易所:
- Binance
- OKX
- Bitget
- MEXC
- HTX (即将支持)
- Kraken (即将支持)
- KuCoin (即将支持)
- Coinbase (即将支持)
- Gate.io (即将支持)
-
前端:
- React 18
- TypeScript
- Ant Design v5
- Axios
- QR Code Generator
-
后端:
- Node.js
- Express
- Axios
- Memory Cache
# 前端
cd frontend
npm install
npm start
# 后端
cd backend
npm install
npm start
- Node.js >= 16
前端配置 (.env):
REACT_APP_API_BASE_URL=http://localhost:3001/api
后端配置 (.env):
PORT=3001
CACHE_DURATION=1800 # 30分钟
- 支持多个主流交易所的充值地址获取
- 智能搜索功能(支持代币名称和符号搜索)
- 热门代币快速访问
- 支持多链网络
- 自动生成充值地址二维码
- 深色/浅色主题切换
- 响应式设计,支持各种设备
- 高效的缓存系统
- 完全重写的前端界面
- 新增 MEXC 交易所支持
- 优化的缓存系统 (30分钟)
- 改进的错误处理
- 优化的移动端体验
- 初始版本发布
MIT
Made with ❤️ for the Crypto Community | 用 ❤️ 为加密货币社区打造