Skip to content

wavesofwonder/cryptodash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CryptoDash πŸš€

Your personal crypto command center - A data-driven browser home page and Chrome extension to track onchain identity and crypto metrics across multiple chains.

🎯 Project Overview

CryptoDash is a local-first, minimal dashboard crypto dashboard that provides:

  • Multi-chain portfolio tracking across Ethereum, Base, Arbitrum, Optimism, Polygon, BNB, zkSync, Linea, and Scroll
  • Real-time blockchain data via Blockscout MCP integration
  • Beautiful, minimal UI with glassmorphic edge cards and central greeting
  • Chrome extension for new tab override and popup views
  • AI-powered analysis with conversational wallet insights
  • Premium subscription with on-chain payments via smart contracts

πŸ† Hackathon Goals

Primary Target: Blockscout prizes (Best Data Integration, Best MCP Usage) Secondary: HyperSync integration for real-time streaming Tertiary: Pyth price feeds for subscription payments

πŸ›  Tech Stack

  • Frontend: Next.js 14, TypeScript, Tailwind CSS, Framer Motion
  • Wallet: RainbowKit + Wagmi v2 for multi-wallet support
  • Data: Blockscout MCP for blockchain data, HyperSync for real-time streaming
  • Storage: Local-first with IPFS deployment via Fleek
  • Extension: Chrome Extension Manifest V3
  • Payments: Smart contracts with Pyth price feeds

🎨 Design Philosophy

Minimal Dashboard Design:

  • Central "gm {name}" greeting with ENS resolution
  • Minimal edge cards that expand on click
  • Glassmorphic design with backdrop blur
  • Generative background visuals
  • AI chat assistant for conversational analysis

πŸš€ Getting Started

Development

# Install dependencies
npm install

# Start web app development
npm run dev:web

# Start extension development
npm run dev:extension

# Build both apps
npm run build:all

Chrome Extension

The extension is built with WXT and available in apps/extension/.output/chrome-mv3/. Load it in Chrome developer mode.

IPFS Deployment

The web app automatically deploys to IPFS via Fleek on every push to main branch.

πŸ“± Features

Core Dashboard

  • Portfolio Overview: Total value, 24h change, chain breakdown
  • Gas Monitor: Real-time gas prices and network status
  • Activity Feed: Recent transactions with type icons
  • Chain Activity: Multi-chain transaction tracking
  • AI Assistant: Conversational blockchain analysis

Premium Features

  • Advanced Analytics: DeFi protocol tracking, yield farming insights
  • Real-time Streaming: HyperSync integration for live transaction feeds
  • Generative Art: Transaction-driven visualizations
  • Custom Alerts: Price and activity notifications

πŸ”§ Architecture

Data Flow

  1. Wallet Connection β†’ RainbowKit/Wagmi
  2. ENS Resolution β†’ Built-in RainbowKit support
  3. Blockchain Data β†’ Blockscout MCP API calls
  4. Real-time Updates β†’ HyperSync streaming
  5. Local Storage β†’ Chrome extension + web app compatibility
  6. Premium Features β†’ Cloudflare Workers + smart contracts

Multi-Chain Support

  • Ethereum Mainnet
  • Base
  • Arbitrum One
  • Optimism
  • Polygon
  • BNB Smart Chain
  • zkSync Era
  • Linea
  • Scroll

🎯 Roadmap

Phase 1: Foundation βœ…

  • Next.js setup with TypeScript and Tailwind
  • RainbowKit wallet integration
  • Chrome extension structure
  • Minimal dashboard UI design
  • Minimal edge cards with expand/collapse

Phase 2: Data Integration

  • Blockscout MCP integration
  • Real portfolio data fetching
  • Multi-chain data aggregation
  • ENS resolution and display

Phase 3: Premium Features

  • Smart contract subscription system
  • Pyth price feed integration
  • Cloudflare Workers API
  • Premium feature gating

Phase 4: Advanced Features

  • HyperSync real-time streaming
  • Generative art visualizations
  • AI assistant with real data
  • Advanced analytics

πŸ— Development

Project Structure

apps/
  web/                   # Next.js web application
  extension/            # WXT Chrome extension

packages/
  core/                 # Shared business logic
  β”‚   β”œβ”€β”€ chains.ts     # Multi-chain configuration
  β”‚   β”œβ”€β”€ storage.ts    # Local storage abstraction
  β”‚   β”œβ”€β”€ blockscout.ts # Blockscout MCP wrapper
  β”‚   └── wagmi-config.ts # Wallet configuration
  ui/                   # Shared React components
  β”‚   β”œβ”€β”€ Dashboard.tsx
  β”‚   β”œβ”€β”€ HeroGreeting.tsx
  β”‚   β”œβ”€β”€ PortfolioCard.tsx
  β”‚   β”œβ”€β”€ QuickStatsCard.tsx
  β”‚   β”œβ”€β”€ ChainActivityCard.tsx
  β”‚   β”œβ”€β”€ RecentActivityCard.tsx
  β”‚   └── ChatAssistant.tsx

Key Components

  • Dashboard: Main layout with edge cards
  • HeroGreeting: Central "gm" greeting with ENS
  • PortfolioCard: Minimal portfolio overview
  • QuickStatsCard: Gas price and network status
  • ChainActivityCard: Multi-chain activity indicators
  • RecentActivityCard: Recent transaction feed
  • ChatAssistant: AI-powered blockchain analysis

🎨 Design System

Colors

  • Primary: Gradient from amber to purple to blue
  • Background: Black with subtle gradients
  • Cards: Glassmorphic with backdrop blur
  • Text: White with opacity variations

Typography

  • Headings: Geist Sans (bold, large)
  • Body: Geist Sans (regular, medium)
  • Code: Geist Mono

Animations

  • Entrance: Framer Motion with staggered delays
  • Hover: Scale and opacity transitions
  • Expand: Smooth height animations
  • Loading: Pulse and skeleton states

πŸš€ Deployment

IPFS via Fleek

  • Automatic deployment on push to main
  • PWA support for offline functionality
  • Custom domain via Cloudflare

Chrome Extension

  • Manifest V3 compliant
  • New tab override
  • Popup interface
  • Background service worker

πŸ“„ License

MIT License - see LICENSE file for details.

🀝 Contributing

This is a hackathon project. Contributions welcome after completion.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages