Skip to content

Seedline-Foundation/Coindailynow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinDaily Platform

Africa's Premier Cryptocurrency News & Community Platform

CoinDaily is a comprehensive web application delivering real-time cryptocurrency news, market data, and AI-driven content specifically tailored for African markets.

🌍 Overview

CoinDaily serves the growing African cryptocurrency community with:

  • AI-Powered Content Generation - Multilingual news in 15+ African languages
  • Real-Time Market Data - Live tracking of African exchanges (Binance Africa, Luno, Quidax, etc.)
  • Community Features - Bounty system, staking, and rewards
  • JY Token Integration - Native utility token with staking and governance

🏗️ Architecture

Backend

  • Node.js 18+ with TypeScript
  • Express.js + GraphQL (Apollo Server)
  • Neon PostgreSQL (primary database)
  • Redis (caching layer)
  • Elasticsearch (search and analytics)
  • Prisma ORM with TypeScript

Frontend

  • Next.js 14 with React 18
  • TypeScript
  • Tailwind CSS
  • Zustand for state management
  • PWA with offline support

AI System

  • OpenAI GPT-4 Turbo (content generation)
  • Google Gemini (quality review)
  • Meta NLLB-200 (translation to African languages)
  • DALL-E 3 (image generation)
  • Custom Grok integration (market analysis)

🚀 Quick Start

Prerequisites

  • Node.js 18+
  • PostgreSQL (Neon recommended)
  • Redis
  • Elasticsearch (optional for search)

Installation

# Clone repository
git clone https://github.com/Seedline-Foundation/Coindailynow.git
cd news-platform

# Install backend dependencies
cd backend
npm install

# Setup environment variables
cp .env.example .env
# Edit .env with your configuration

# Run migrations
npx prisma migrate dev

# Start backend
npm run dev

# In another terminal, start frontend
cd ../frontend
npm install
npm run dev

MVP Token Landing Page

cd MVP/token-landing
npm install
npm run dev

Visit http://localhost:3000 to see the token presale page.

📚 Project Structure

news-platform/
├── backend/           # Backend API (Express + GraphQL)
├── frontend/          # Main web application (Next.js)
├── ai-system/         # AI agent orchestration
├── MVP/
│   └── token-landing/ # JY Token presale website
├── contracts/         # Smart contracts
├── infrastructure/    # Deployment configs
└── shared/            # Shared types and utilities

🎯 Key Features

Content Management

  • AI-generated cryptocurrency news
  • Multi-language support (15+ African languages)
  • Quality review workflow
  • SEO optimization

Market Data

  • Real-time price tracking
  • African exchange integration
  • Mobile money correlation
  • Whale transaction alerts

Community

  • Bounty system with social authentication
  • Staking rewards (up to 70% APR)
  • Ambassador program
  • DAO governance

Finance System

  • Multi-wallet support
  • Deposits, withdrawals, transfers
  • Airdrop campaigns
  • Fraud detection

🔐 Security

  • JWT authentication with refresh tokens
  • Role-based access control (RBAC)
  • Rate limiting and DDoS protection
  • Fraud detection system
  • GDPR compliance

📊 Performance Requirements

  • API responses < 500ms
  • Cache hit rate > 75%
  • Page load time < 2 seconds
  • Each request limited to ONE I/O operation

🌐 Deployment

Production Environment

  • Hosting: Contabo VPS with Docker
  • CDN: Cloudflare
  • Storage: Backblaze (media assets)
  • Monitoring: Elasticsearch (30-day logs)
  • CI/CD: GitHub Actions

🤝 Contributing

This is a private project. For questions or contributions, please contact the Seedline Foundation team.

📄 License

Proprietary - All rights reserved by Seedline Foundation

🔗 Links

📞 Contact

For inquiries: contact@coindaily.com


Built with ❤️ for Africa's Crypto Community

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors