Skip to main content
Use this prompt with your preferred AI assistant (Claude, ChatGPT, etc.) to automatically add Solana embedded wallet functionality to your existing Civic Auth integration.

Prerequisites

This prompt assumes you already have Civic Auth basic authentication set up in your project. If not, use the React or Next.js prompts first.

How to Use

  1. Copy the prompt below
  2. Paste it into your AI assistant
  3. The assistant will verify your existing Civic Auth setup
  4. The assistant will fetch the complete documentation and implement the integration for you

Integration Prompt

What the AI Assistant Will Do

When you use this prompt, the AI assistant will:
  1. Verify prerequisites - confirm basic Civic Auth is already set up
  2. Fetch Solana documentation using curl from the official docs
  3. Analyze your existing setup and plan the integration
  4. Install required dependencies for Solana functionality
  5. Enhance your auth provider with Web3 capabilities
  6. Implement wallet creation for new users
  7. Add wallet components for balance checking and transactions
  8. Configure Solana-specific features (RPC, Wallet Adapter, etc.)
  9. Handle framework-specific configurations

Supported Features

  • Mainnet and all testnets
  • Custom RPC endpoints
  • Solana Wallet Adapter integration
  • Transaction sending and balance checking
  • Error handling and user feedback
Need help? If you encounter any issues during the AI-assisted integration, you can always fall back to the manual integration guide: Solana.
Make sure your AI assistant has the ability to run terminal commands and edit files in your project.