This project consists of a chatbot built on two major platforms:
-
EigenLayer AVS System
- Conversations and transactions are recorded on-chain.
- Users can ask about trending tokens and view insights via TradingView.
-
Coinbase Integration
- Leverages Coinbase Agent Kit to connect to Coinbase Wallet.
- Implements AI-driven agents such as:
- Research Agent: Provides insights on crypto and blockchain topics.
- Social Media Agent: Showcases the latest trending topics.
- Uses the Base Sepolia Network for operations.
- Integrates EigenLayer AVS with Agentic AI functionalities.
- Supports on-chain recording and trading insights.
- Enables querying of trending tokens.
- Implements CDP tool and Coinbase Agent Kit.
- Showcases advanced Agentic AI capabilities.
- Provides deep research and social media insights.
- On-Chain Conversations & Transactions (EigenLayer)
- Trading Insights & Token Trends
- Coinbase Wallet Connectivity
- AI-Driven Research & Social Media Analysis
- Base Sepolia Network Deployment
- Node.js / Python (depending on implementation)
- EigenLayer AVS setup
- Coinbase Wallet
# Clone the repository
git clone https://github.com/your-repo/chatbot.git
cd chatbot
# Install dependencies
npm install # or pip install -r requirements.txt if using Python# Start the chatbot
npm start # or python chatbot.py- Expand AI functionalities with additional research tools.
- Integrate more blockchain networks.
- Improve UI/UX for better user interaction.
This project is licensed under the MIT License.
For inquiries, reach out to [Your Contact Email] or open an issue in the repository.
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.
The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.