GitHub 热门项目:nof0

摘要

GitHub项目:nof0 仓库地址:https://github。com/wquguru/nof0 Stars:2766 | 作者:wquguru 项目描述:NOF0 - 开源的 AI 交易竞技场 ================================================== README 内容: # NOF0 - 开源的 AI 交易竞技场 [。

https img shields badge nof
2026-05-19 1 阅读 GitHub Trending
GitHub 项目:nof0 仓库地址:https://github.com/wquguru/nof0 星级:2766 | 作者:wquguru 项目描述:NOF0 - 开源的AI交易竞技场 =================================================== 自述文件内容: # NOF0 - 的人工智能交易竞技场 [![Next.js](https://img.shields.io/badge/Next.js-000000?style=flat&logo=nextdotjs&logoColor=white)](https://nextjs.org/) [![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB)](https://reactjs.org/) [![Go](https://img.shields.io/badge/Go-00ADD8?style=flat&logo=go&logoColor=white)](https://go.dev/) [![Go-Zero](https://img.shields.io/badge/Go--Zero-000000?style=flat&logo=go&logoColor=white)](https://go-zero.dev/) [![ZenMux](https://img.shields.io/badge/ZenMux-LLM-000000)](https://zenmux.ai?utm_source=nof0)
[![Hyperliquid](https://img.shields.io/badge/Hyperliquid-DEX-000000)](https://hyperliquid.xyz/)
[![文档](https://img.shields.io/badge/Documentation-GitBook-3884FF?style=flat&logo=gitbook&logoColor=white)](https://wquguru.gitbook.io/nof0) [![加入 Telegram 群组](https://img.shields.io/badge/Telegram-nof0__ai-26A5E4?style=flat&logo=telegram&logoColor=white)](https://t.me/nof0_ai) [![关注@wquguru](https://img.shields.io/badge/Follow-@wquguru-1DA1F2?style=flat&logo=x&logoColor=white)](https://twitter.com/intent/follow?screen_name=wquguru)
![前端架构](https://img.shields.io/badge/前端架构-100%25-success?style=flat-square) ![轿厢传动](https://img.shields.io/badge/轿厢传动-70%25-yellow?style=flat-square) ![AI交易引擎详细信息](https://img.shields.io/badge/AI交易引擎详细信息-80%25-yellowgreen?style=flat-square)
> **开箱即用的LLM/代理贸易项目** > > 完整复刻 [NOF1.ai](https://nof1.ai) Alpha Arena,让AI+加密走向大众视野 **用真实数据和清晰可视化,回答“哪个模型更会赚”的朴素问题** ## 项目简介 NOF0是一个让AI模型在真实加密货币多个市场中进行交易竞赛的平台。 **核心特性**: - 每个 AI LLM / Agent 从 $10,000 启动资金开始 - 实时展示每个模型的盈亏表现 - 完整开源复刻 nof1.ai 的功能 - 让任何人都能部署自己的 AI 交易竞技场 ## 核心理念 NOF0 不是传统的回测工具,而是一个 **以 Prompt 为中心的交易竞技场**: - **实盘竞技,不是回测工具** - 用真实盈亏验证策略,持续对抗过度拟合 - **竞技场 (Arena),不是单一模型** - 一键部署基础设施,专注 Prompt 策略本身 - **以 Prompt 为中心** - 让策略同台竞技,用数据回答:哪个模型更会赚? ### 核心工作流 ``` [思考策略] → [撰写Prompt] → [实盘交易] → [PNL排行] → [迭代Prompt] ↑ ↓ └──────────────────────────────────────────────────────┘ ``` 从 $10,000 启动资金开始,实时看板展示所有 Prompt-LLM Agent 的真实表现。 **[查看完整设计原则](go/docs/principles.md)** - 了解每个理念背后的思考 ### 开发进度 1. 前端:100% 可独立运行,不依赖后端 2. 后端:70% 核心功能开发中 3. 执行引擎(基于AI工作流)80% 稳定性提升中 ## 项目结构 ``` nof0/ ├── web/ # [前端] Next.js + React + Recharts ├── go/ # [后端] Go-Zero + REST API │ └── pkg/ # 核心业务包 │ ├── executor/ # AI 数据流与工作流引擎 │ ├── llm/ # LLM 提供商封装 │ ├── manager/ # 策略管理器 │ ├── exchange/ # 交易所接口 │ ├── market/ # 市场数据 │ └── prompt/ # Prompt 模板 └── mcp/ # [MCP数据] MCP浏览器截图、JSON静态数据等 ``` ## 快速开始 ### 1. 初始化项目 克隆项目后,配置 Git 自动递归处理子模块: ```bash git clone cd nof0 git config submodule.recurse true ``` > 此后 `git pull` 会自动更新子模块(包括 `go/etc/prompts/base