https://github.com/chiragagg5k/crypto-talks

everything about crypto, just a talk away

https://github.com/chiragagg5k/crypto-talks

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

everything about crypto, just a talk away

Basic Info
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

Crypto Talks

Thumbnail

The site is live! Check it out at https://crypto-talks-eta.vercel.app/

Project Overview

Crypto Talks is a comprehensive cryptocurrency platform designed to provide users with real-time insights, interactive tools, and intelligent analytics for the crypto ecosystem.

Features

Cryptocurrency Market Overview

  • Real-time cryptocurrency prices
  • Detailed price charts
  • Market cap and technical coin details

Intelligent AI Assistance

  • Crypto-focused chatbot
  • Coin-specific AI interactions
  • Automated news summarization

Portfolio Management

  • Track cryptocurrency holdings
  • Real-time portfolio valuation
  • Performance analytics

Tech Stack

  • Next.js
  • CopilotKit
  • Tailwind CSS
  • ShadCN
  • Appwrite
  • Groq
  • Langgraph
  • Sentry

Architecture

Architecture

The LangGraph graph consists of 4 nodes:

  1. Chat Node: This node is responsible for the chatbot. It uses the Groq API to generate responses.
  2. Prices Node: This node is responsible for fetching the prices of the cryptocurrencies. It uses the CoinGecko API to fetch the prices.
  3. Insights Node: This node is responsible for fetching the insights of the cryptocurrencies.
  4. Cryptos Node: This special node holds the state of cryptocurrency for the user, being able to add, delete and update the cryptocurrencies in the user's portfolio.

Getting Started

Prerequisites

  • Node.js (v18 or later)
  • npm or yarn or pnpm
  • Appwrite account
  • Groq API Key
  • Langsmith API Key (For testing only)

Installation

  1. Clone the repository bash git clone https://github.com/your-username/crypto-talks.git cd crypto-talks/ui

  2. Install dependencies bash npm install

  3. Set up environment variables Create a .env.local file with the following: NEXT_PUBLIC_APPWRITE_ENDPOINT=your_appwrite_endpoint NEXT_PUBLIC_APPWRITE_PROJECT=your_project_id GROQ_API_KEY=your_groq_api_key

  4. Run the development server bash npm run dev

Demo

https://github.com/user-attachments/assets/f0e9c529-2e93-492d-9cec-aefac30018ff

License

Distributed under the MIT License. See LICENSE for more information.


Disclaimer: Cryptocurrency investments carry risk. Always do your own research and consult financial advisors.

Owner

  • Name: Chirag Aggarwal
  • Login: ChiragAgg5k
  • Kind: user
  • Location: Noida , Uttar Pradesh , India
  • Company: Bennett University

CSE Undergrad | Student at Bennett University

GitHub Events

Total
  • Watch event: 6
  • Push event: 20
  • Fork event: 1
  • Create event: 2
Last Year
  • Watch event: 6
  • Push event: 20
  • Fork event: 1
  • Create event: 2

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 26
  • Total Committers: 1
  • Avg Commits per committer: 26.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 26
  • Committers: 1
  • Avg Commits per committer: 26.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
ChiragAgg5k c****k@g****m 26

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

ui/package-lock.json npm
  • 431 dependencies
ui/package.json npm
  • @eslint/js ^9.9.0 development
  • @tailwindcss/typography ^0.5.15 development
  • @types/node ^22.5.5 development
  • @types/react ^18.3.3 development
  • @types/react-dom ^18.3.0 development
  • @vitejs/plugin-react-swc ^3.5.0 development
  • autoprefixer ^10.4.20 development
  • eslint ^9.9.0 development
  • eslint-plugin-react-hooks ^5.1.0-rc.0 development
  • eslint-plugin-react-refresh ^0.4.9 development
  • globals ^15.9.0 development
  • lovable-tagger ^1.0.19 development
  • postcss ^8.4.47 development
  • prettier ^3.4.2 development
  • tailwindcss ^3.4.11 development
  • typescript ^5.5.3 development
  • typescript-eslint ^8.0.1 development
  • vite ^5.4.1 development
  • @hookform/resolvers ^3.9.0
  • @radix-ui/react-accordion ^1.2.0
  • @radix-ui/react-alert-dialog ^1.1.1
  • @radix-ui/react-aspect-ratio ^1.1.0
  • @radix-ui/react-avatar ^1.1.0
  • @radix-ui/react-checkbox ^1.1.1
  • @radix-ui/react-collapsible ^1.1.0
  • @radix-ui/react-context-menu ^2.2.1
  • @radix-ui/react-dialog ^1.1.2
  • @radix-ui/react-dropdown-menu ^2.1.1
  • @radix-ui/react-hover-card ^1.1.1
  • @radix-ui/react-label ^2.1.0
  • @radix-ui/react-menubar ^1.1.1
  • @radix-ui/react-navigation-menu ^1.2.0
  • @radix-ui/react-popover ^1.1.1
  • @radix-ui/react-progress ^1.1.0
  • @radix-ui/react-radio-group ^1.2.0
  • @radix-ui/react-scroll-area ^1.1.0
  • @radix-ui/react-select ^2.1.1
  • @radix-ui/react-separator ^1.1.0
  • @radix-ui/react-slider ^1.2.0
  • @radix-ui/react-slot ^1.1.0
  • @radix-ui/react-switch ^1.1.0
  • @radix-ui/react-tabs ^1.1.0
  • @radix-ui/react-toast ^1.2.1
  • @radix-ui/react-toggle ^1.1.0
  • @radix-ui/react-toggle-group ^1.1.0
  • @radix-ui/react-tooltip ^1.1.4
  • @tanstack/react-query ^5.56.2
  • appwrite ^16.0.2
  • class-variance-authority ^0.7.1
  • clsx ^2.1.1
  • cmdk ^1.0.0
  • date-fns ^3.6.0
  • embla-carousel-react ^8.3.0
  • input-otp ^1.2.4
  • lucide-react ^0.462.0
  • next-themes ^0.3.0
  • react ^18.3.1
  • react-day-picker ^8.10.1
  • react-dom ^18.3.1
  • react-hook-form ^7.53.0
  • react-resizable-panels ^2.1.3
  • react-router-dom ^6.26.2
  • recharts ^2.12.7
  • sonner ^1.5.0
  • tailwind-merge ^2.5.2
  • tailwindcss-animate ^1.0.7
  • vaul ^0.9.3
  • zod ^3.23.8
ui/pnpm-lock.yaml npm
  • 171 dependencies
agent/poetry.lock pypi
  • aiohappyeyeballs 2.4.4
  • aiohttp 3.11.10
  • aiosignal 1.3.1
  • annotated-types 0.7.0
  • anyio 4.7.0
  • attrs 24.2.0
  • certifi 2024.8.30
  • charset-normalizer 3.4.0
  • colorama 0.4.6
  • distro 1.9.0
  • frozenlist 1.5.0
  • greenlet 3.1.1
  • groq 0.13.0
  • h11 0.14.0
  • httpcore 1.0.7
  • httpx 0.28.1
  • idna 3.10
  • jiter 0.8.0
  • jsonpatch 1.33
  • jsonpointer 3.0.0
  • langchain 0.3.10
  • langchain-core 0.3.22
  • langchain-groq 0.2.1
  • langchain-openai 0.2.11
  • langchain-text-splitters 0.3.2
  • langgraph 0.2.56
  • langgraph-checkpoint 2.0.8
  • langgraph-sdk 0.1.43
  • langsmith 0.1.147
  • msgpack 1.1.0
  • multidict 6.1.0
  • numpy 1.26.4
  • numpy 2.1.3
  • openai 1.57.0
  • orjson 3.10.12
  • packaging 24.2
  • propcache 0.2.1
  • pycoingecko 3.2.0
  • pydantic 2.10.3
  • pydantic-core 2.27.1
  • python-dotenv 1.0.1
  • pyyaml 6.0.2
  • regex 2024.11.6
  • requests 2.32.3
  • requests-toolbelt 1.0.0
  • sniffio 1.3.1
  • sqlalchemy 2.0.36
  • tenacity 9.0.0
  • tiktoken 0.8.0
  • tqdm 4.67.1
  • typing-extensions 4.12.2
  • urllib3 2.2.3
  • yarl 1.18.3
agent/pyproject.toml pypi
  • langchain ^0.3.10
  • langchain-groq ^0.2.1
  • langchain-openai ^0.2.11
  • langgraph ^0.2.56
  • pycoingecko ^3.2.0
  • python ^3.11
  • python-dotenv ^1.0.1