{"id":39952461,"url":"https://github.com/extg/ai-crypto-assistant","last_synced_at":"2026-01-18T20:32:05.241Z","repository":{"id":269449509,"uuid":"901588511","full_name":"extg/ai-crypto-assistant","owner":"extg","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-23T16:02:45.000Z","size":3233,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-23T17:19:10.935Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-11T00:08:04.000Z","updated_at":"2024-12-23T16:02:48.000Z","dependencies_parsed_at":"2024-12-23T17:19:41.257Z","dependency_job_id":"16e87727-10d5-4f8c-ada2-a714c7a568cb","html_url":"https://github.com/extg/ai-crypto-assistant","commit_stats":null,"previous_names":["extg/ai-crypto-assistant"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/extg/ai-crypto-assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extg%2Fai-crypto-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extg%2Fai-crypto-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extg%2Fai-crypto-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extg%2Fai-crypto-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extg","download_url":"https://codeload.github.com/extg/ai-crypto-assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extg%2Fai-crypto-assistant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28549822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:56:05.265Z","status":"ssl_error","status_checked_at":"2026-01-18T19:55:54.685Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-18T20:32:05.155Z","updated_at":"2026-01-18T20:32:05.237Z","avatar_url":"https://github.com/extg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAI Crypto Assistant\u003c/h1\u003e\n\nAn advanced AI-powered crypto assistant that helps you manage your digital assets, execute transactions, and stay informed about the crypto market.\n\n\u003cbr/\u003e\n\n\n## ✨ Features\n\n### 💱 Transaction Management\n- [ ] Multi-transaction pipeline support (send, swap, bridge, stake/unstake)\n- [ ] Token transfers across multiple chains\n- [ ] Cross-chain bridging\n- [ ] Token swaps with optimal routing\n- [ ] Smart account integration\n\n### 💰 Portfolio Management\n- [ ] Portfolio tracking and analysis\n- [ ] Balance checking across multiple chains\n- [ ] Staking position monitoring\n- [ ] Custom portfolio building assistance\n\n### 🔄 Trading \u0026 Exchange\n- [ ] Real-time token price tracking\n- [ ] Trending tokens discovery\n- [ ] Category-based token exploration (Memes, L2s, NFTs, etc.)\n- [ ] Fiat on/off ramp integration\n\n### 🔒 Staking \u0026 Yield\n- [ ] Staking and unstaking support\n- [ ] Multiple staking protocols integration\n- [ ] Lending platform integration\n- [ ] Yield optimization suggestions\n\n### 📊 Market Intelligence\n- [ ] Token metadata and analytics\n- [ ] Market trends analysis\n- [ ] Real-time price alerts\n- [ ] Portfolio performance tracking\n\n\n## 🛠 Tech Stack\n\n- [Next.js](https://nextjs.org) with App Router\n- [AI SDK](https://sdk.vercel.ai/docs) for advanced AI interactions\n- [wagmi](https://wagmi.sh) for blockchain interactions\n- [RainbowKit](https://www.rainbowkit.com/) for wallet integration\n- [Viem](https://viem.sh) for blockchain data handling\n- [shadcn/ui](https://ui.shadcn.com) with Tailwind CSS\n- [Vercel Postgres](https://vercel.com/storage/postgres) for data persistence\n- [NextAuth.js](https://github.com/nextauthjs/next-auth) for authentication\n\n\n## 🚀 Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n```bash\npnpm install\n```\n\n3. Set up your environment variables:\n```bash\ncp .env.example .env.local\n```\n\n4. **Create a PostgreSQL Database named \"supa\" on macOS:**\n   - Ensure you have PostgreSQL installed. If not, you can install it using Homebrew:\n     ```bash\n     brew install postgresql@15\n     ```\n   - Start the PostgreSQL service:\n     ```bash\n     brew services start postgresql@15\n     ```\n   - Access PostgreSQL:\n     ```bash\n     psql -U $USER -d postgres\n     ```\n   - Verify the database creation:\n     ```bash\n     # Once inside the psql interface, create a new database named \"supa\":\n     CREATE DATABASE supa;\n     # List all databases to verify that \"supa\" has been created\n     \\l \n     # Exit psql\n     \\q\n     ```\n\n5. Update your `.env.local` file with the database URL:\n```bash\n# Database (Required)\nDATABASE_URL=postgresql://postgres@localhost:5432/supa\n```\n\n6. Start the development server:\n```bash\npnpm dev\n```\n\n7. Get your Infura API keys\n\nTo interact with the Ethereum blockchain, you'll need to obtain API keys from Infura. Follow these steps:\n\n- Visit [Infura's website](https://infura.io/) and sign up for an account if you don't have one.\n- Add this key to your `.env.local` file:\n\n```bash\nINFURA_API_KEY=your-infura-key\n```\n\nYour AI Crypto Assistant should now be running on [localhost:3000](http://localhost:3000/).\n\n\n## 🔑 Environment Variables\n\nCreate a `.env.local` file with the following variables:\n\n```bash\n# Authentication (Required)\nAUTH_SECRET=your-secret-key\n\n# AI Provider (Required)\nOPENAI_API_KEY=your-openai-key\n\n# Database (Required)\nDATABASE_URL=postgresql://localhost/supa\n\n# Infura API Key (Required)\nINFURA_API_KEY=your-infura-key\n```\n\n\u003e Note: Never commit your `.env.local` file to version control.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextg%2Fai-crypto-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextg%2Fai-crypto-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextg%2Fai-crypto-assistant/lists"}