基于 Eliza 框架打造的智能加密货币投资顾问系统,为用户提供专业的投资建议和市场分析。
项目分为两个主要部分:
基于 Eliza 框架实现的 AI 代理系统:
- 使用 LLaMA 模型进行对话生成
- 集成 CryptoCompare API 获取实时市场数据
- 自定义加密货币分析插件
- 支持中文对话
基于 Next.js 的现代化 Web 应用:
- 完整的钱包集成(支持 MetaMask)
- 实时加密货币价格和图表
- DeFi 协议分析和推荐
- MEME 代币市场情绪分析
- 多语言支持(中英文)
- 💰 实时加密货币价格追踪
- 📊 DeFi 协议分析和收益率比较
- 🤖 AI 驱动的投资建议
- 🎯 MEME 代币市场情绪分析
- 📈 投资组合管理
- 🔒 安全的钱包集成
- AI: Eliza Framework, LLaMA
- Frontend: Next.js, TypeScript, TailwindCSS
- Web3: ethers.js, wagmi
- APIs: CryptoCompare, DefiLlama
- Node.js >= 16
- pnpm
- MetaMask 钱包
CoinMate is an intelligent cryptocurrency advisory platform that combines the power of AI with comprehensive crypto market insights. The project consists of two main components:
- Frontend: A modern Next.js web application
- AI Backend: Powered by the A16Z Eliza framework for intelligent crypto consulting
A16Z-CoinMate/
├── front/ # Next.js frontend application
└── aiend/ # Eliza-based AI backend
-
Clone Eliza Repository
git clone https://github.com/ai16z/eliza.git cd eliza
-
Switch to Stable Version
git checkout v0.0.10
-
Install Dependencies
pnpm install
-
Build Libraries
pnpm build
-
Configure Environment
cp .env.example .env
-
Start AI Service
pnpm start --character="characters/crypto_advisor.json" -v
-
Install Dependencies
cd front pnpm install
-
Start Development Server
pnpm run dev
- Real-time cryptocurrency market analysis
- AI-powered investment advice
- Interactive user interface
- Personalized crypto portfolio recommendations
- Market trend analysis and predictions
- Frontend: Next.js, React
- AI Backend: A16Z Eliza Framework
- Package Manager: pnpm
Feel free to submit issues and enhancement requests.
[Add your license information here]