Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: EVM support alongside Solana #44

Merged
merged 10 commits into from
Jan 31, 2025
Merged

feat: EVM support alongside Solana #44

merged 10 commits into from
Jan 31, 2025

Conversation

piotrostr
Copy link
Owner

@piotrostr piotrostr commented Jan 31, 2025

This PR adds Ethereum Virtual Machine (EVM) support and enhances the backend interoperability by allowing different chain-specific agents to handle user requests. Key changes include:

Core Changes:

  • Added wagmi and viem dependencies for EVM integration
  • Implemented parallel Solana and EVM wallet delegation flow
  • Created chain-specific agents (Solana, EVM, Pump) with dedicated tools
  • Modified backend port to 6969 for consistency
  • Enhanced portfolio view to display both SOL and ETH balances

Frontend Updates:

  • Updated chat selector to handle EVM interactions
  • Modified wallet connection flow to require both Solana and EVM delegation
  • Enhanced portfolio display to show chain-specific wallet addresses
  • Added chain parameter to backend requests for proper routing

Backend Improvements:

  • Restructured server to support multiple chain-specific agents
  • Added EVM tools for basic operations (transfers, swaps, approvals)
  • Enhanced error handling for chain-specific operations
  • Implemented proper agent selection based on chat type

@piotrostr piotrostr merged commit 1f2f896 into main Jan 31, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant