A sophisticated AI-powered trading platform built on Aptos, enabling seamless token swaps and market evaluation through intelligent agent automation.
- 🤖 AI-Powered Trading: Automated trading decisions based on market analysis and predictive models
- 🔄 Token Swaps: Seamless cross-chain token exchanges with optimized routing
- 📊 Market Evaluation: Real-time market analysis and price predictions
- 🛡️ Risk Management: Automated risk assessment and position sizing
- 📈 Portfolio Optimization: AI-driven portfolio rebalancing and strategy optimization
- 📉 Trending Analysis: Real-time market trends and insights
- 💱 DeFi Integration: Automated DeFi strategy execution and optimization
- ⚙️ User Settings: Customizable trading preferences and notifications
- ❓ Help Center: Comprehensive documentation and support resources
- 🌐 Frontend: Next.js 14, TypeScript, Tailwind CSS
- 🧠 AI Integration: Custom AI agents for market analysis and trading decisions
- ⛓️ Blockchain: Hyperliquid protocol integration
- 📦 State Management: React Query, Zustand
- 🎨 UI Components: Shadcn UI, Radix
- ✅ Validation: Zod
- 🧪 Testing: Jest, React Testing Library
- 🛣️ Routing: Next.js App Router
- 🔐 Authentication: Thirdweb wallet integration
- 🎭 Styling: Tailwind CSS with custom animations
- ⚡ Performance: React Server Components, Suspense boundaries
Rename a .env.development file to .env file (both client & server folder)
Client (Staging)
cd client && yarn && yarn devServer (📚 Document)
cd server && pnpm i && pnpm start:dev