This is a comprehensive cryptocurrency and financial services platform built with Next.js, leveraging AI for predictive analytics and trading insights. The platform connects to the Blockchair.com API to provide real-time blockchain and cryptocurrency data.
- AI-Powered Price Predictions: Get price forecasts for all major cryptocurrencies
- Smart Trading: AI-assisted trading insights and automated strategies
- Market Analysis: Comprehensive data and historical analysis tools
- Portfolio Management: Track and optimize your crypto investments
- Forex Trading: Trade major forex pairs with AI predictive models
- AI Financial Advisor: Get personalized investment advice
First, set up your environment variables:
- Copy
.env.example
to.env.local
and add your API keys:
cp .env.example .env.local
- Install dependencies:
npm install
# or
yarn
# or
pnpm install
# or
bun install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
This project uses the Blockchair API to fetch real-time blockchain data. You'll need to sign up for an API key and add it to your .env.local
file.
The prediction functionality uses machine learning models to analyze:
- Historical price data
- On-chain metrics
- Market sentiment
- Technical indicators
- Cross-asset correlations
To learn more about the tools and technologies used in this project:
The easiest way to deploy this app is to use the Vercel Platform from the creators of Next.js.