add phantom wallet support & deepseek#2
Open
HealthyBuilder wants to merge 8 commits into
Open
Conversation
- Add Flask web application with HTML interface - Add web interface startup script - Update requirements and documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add vercel.json configuration for Python deployment - Create api/index.py as WSGI entry point - Update requirements.txt with production dependencies - Add deployment documentation - Ready for Vercel deployment with DeepSeek AI integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add protection for private keys and wallet files - Exclude log files and temporary files - Add macOS and Vercel specific ignores - Ensure no sensitive data is committed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Feature/web interface
- Update vercel.json with proper static file routing - Fix api/index.py WSGI handler for production deployment - Add deploy-vercel.sh script for easy CLI deployment - Ready for production deployment on Vercel 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Improve Vercel deployment configuration and add deployment script
- Rename all interface titles from 'Solana Wallet Agent' to 'Solana No-code Agent' - Add .vercelignore to reduce deployment size - Optimize vercel.json with 50MB Lambda size limit - Create deploy-vercel-optimized.sh deployment script - Improve api/index.py with better error handling - Maintain all existing functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Merge maxDuration into builds config - Remove conflicting functions property - Maintain 50MB maxLambdaSize and 30s maxDuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add phantom wallet support & deepseek