Files
wtfx/README.md
T

930 B
Raw Blame History

WTFX Protocol

WTFX is a high-performance prediction market protocol powered by a multi-outcome Power LDA continuous bonding curve.

仓库架构 (Architecture)

本仓库为主仓(Orchestrator),采用 Git Submodules 统一管理各个独立核心模块:

  • docs/:规范文档、协作手册与部署指南
  • wtf-contract/:智能合约子仓(Solidity 0.8.29, PowerLDACurveV2, WTFMarketV2
  • wtf-backend/:后端服务子仓(订单撮合、业务 API 与 WebSocket 网关)
  • wtf-frontend/:前端子仓(Next.js 高频交易终端与 TradingView 图表)
  • wtf-indexer/:索引器子仓(链上事件监听与 GraphQL 查询)

快速克隆与协作 (Getting Started)

git clone http://152.32.146.53/wtfx/wtfx.git
cd wtfx
git submodule sync --recursive
git submodule update --init --recursive

详细分支工作流与全栈蓝绿部署规范请参考 docs/ 目录。