Crypto Talks
Everything about crypto, just a talk away
Videos
Description
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
The LangGraph graph consists of 4 nodes:
- Chat Node: This node is responsible for the chatbot. It uses the Groq API to generate responses.
- Prices Node: This node is responsible for fetching the prices of the cryptocurrencies. It uses the CoinGecko API to fetch the prices.
- Insights Node: This node is responsible for fetching the insights of the cryptocurrencies.
- 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.
Progress During Hackathon
In this project i specifically targetted usage of Langgraph, which is an open source framework forc creating agentic LLMs. I wanted to create a website which utilized AI but had the soul of a web3 community. I trained the LLM used, which was llama3.3 70b (literally released 2 days ago) on the agentic workflow created in langgraph and connected it to my frontend via copilotkit. Every technology i used was very new to me I loved working on the project.