
HDupay
HDupay is an open-source demo platform for accepting stablecoin payments (USDC/USDT) on EVM networks using hierarchical deterministic wallets, built with Webman (PHP) and Vue 3.
该仓库提供了一个从原始数据到事件评分和信号生成并附带回测的完整生产级流水线,全部使用真实的中国市场数据源,并且支持Docker和本地两种部署方式。
Trading Studio 是一个面向中国股票交易者的事件驱动型投研平台,不做模拟数据演示,不做自动交易终端,重点建设:
apps/
api/ Laravel 10 业务后端
web/ Nuxt 4 前端
services/
intelligence/ FastAPI 数据与 AI 服务
scripts/ 本地安装与启动脚本
doc/ 产品、接口、数据库与运维文档
当前已完成三个基础模块:
这十部分已经把真实代码、真实数据库结构、真实同步链路、新闻事件抽取、公告全文解析、公告结构化抽取、事件事实标准化、事件链聚合、交易信号生成、信号解释与回测基线和基础缓存层串起来,为后续 AI 模块铺路。
8.1+2.8+3.12+24.11+8.0+7+mysql -u root -p < scripts/setup-mysql.sql
cp .env.example .env
./scripts/bootstrap-local.sh
终端 1:
./scripts/run-api.sh
终端 2:
./scripts/run-intelligence.sh
终端 3:
./scripts/run-web.sh
终端 4:
./scripts/run-scheduler.sh
调度器会默认每 10 分钟自动执行一次“一键刷新热点雷达”,串联行情、热点新闻、个股公告、事件链、信号生成和解释刷新。可通过根目录 .env 或 apps/api/.env 调整:
OPS_AUTO_RADAR_ENABLED=true
OPS_RADAR_REFRESH_INTERVAL_MINUTES=10
OPS_RADAR_SYMBOLS=300059,000001,002311,300687,601127
OPS_RADAR_LIMIT=50
cp .env.example .env
docker compose up --build
http://localhost:3000http://localhost:8000/api/v1/healthhttp://localhost:8080/internal/v1/health当 MySQL、Laravel API、FastAPI Intelligence 都启动后,执行:
cd apps/api
php artisan market:sync-securities
php artisan market:sync-quotes 000001 600000
php artisan market:sync-daily-bars 000001 --start=2025-01-01 --end=2026-07-12
php artisan market:sync-indices
php artisan market:sync-index-daily-bars sh000001 --start=2025-01-01 --end=2026-07-12
系统会调用 FastAPI 的真实同步接口,并通过 AKShare 把主数据、行情快照、日线和指数数据写入 MySQL。
新闻模块同步命令:
cd apps/api
php artisan news:sync-sources
php artisan news:sync --scope=global --scope=notice --limit=20
php artisan news:sync --scope=stock --symbols=300059,000001 --limit=20
php artisan news:sync --scope=disclosu
Trading Studio is an open-source, event-driven AI investment research platform for China's A-share market. It unifies market data, news, announcements, and corporate events with fact-based AI analysis and Q&A. Built for individual investors and small research teams.
根据分类、Topic 和编程语言匹配的相似项目。

HDupay is an open-source demo platform for accepting stablecoin payments (USDC/USDT) on EVM networks using hierarchical deterministic wallets, built with Webman (PHP) and Vue 3.
A dataset of all 69 Algerian wilayas (provinces) following the 2026 administrative reform, provided in multiple data formats.
A PHP client for the Coinglass API v4 with typed REST and WebSocket support and first-class Laravel integration.