Blocklytics is a full-stack crypto analysis platform that provides real-time price comparison between multiple cryptocurrencies. It helps users identify the best coin to buy based on live data. A buy/sell functionality is planned for future updates to make this platform a complete crypto trade companion.
blocklytics/
├── client/ # Frontend - handles UI and data visualization
├── backend/ # Backend - handles data fetching, processing, and APIs
- 🔄 Real-time cryptocurrency price tracking
- 📊 Live comparison between multiple coins
- 🧠 Smart match suggestion (best coin to buy now)
- 🔐 Planned: Buy/Sell functionality
- 📡 Live dashboard (auto-refresh or WebSocket based)
- React (or any other framework you used)
- Chart.js / Recharts for graphs
- Axios for API integration
- Node.js with Express
- CoinGecko or CoinMarketCap API
- Socket.IO or interval polling for live updates
git clone https://github.com/Brahmagithubrit/Blocklytics
cd blocklyticscd backend
npm install
npm run devcd ../client
npm install
npm startVisit: http://localhost:3000
- ✅ Live data comparison engine
- ✅ Intelligent crypto match suggestion
- 🔜 Wallet integration
- 🔜 Buy/Sell functionality
- 🔜 Authentication & user profiles
- 🔜 Responsive UI + Dark mode
Contributions are welcome. Open issues or submit pull requests to suggest features or report bugs.
MIT License
Made with ❤️ by Brahma