Getting Started
This guide will help you set up LCQ and start using its AI agents for Solana development.
Installation
# Clone the repository
git clone https://github.com/LCQLabs/lcq.git
cd lcq
# Install dependencies
npm install
# Start the development server
npm run dev
Once started, the application will be available at http://localhost:3000
.
Requirements
- Node.js 16+
- Access to Solana RPC endpoints
- MCP integration keys
Configuration
Create a .env
file in the root directory with the following variables:
SOLANA_RPC_ENDPOINT=https://api.mainnet-beta.solana.com
MCP_API_KEY=your_mcp_api_key
MCP_SECRET_KEY=your_mcp_secret_key
First Steps
Create Your First Agent:
- Click the "New Agent" button in the sidebar
- Select one of the five agent types
- Configure the agent settings
- Click "Initialize" to create your agent
Start a Conversation:
- Select your agent from the sidebar
- Type a question or command in the chat interface
- Review the agent's response
Explore Agent Capabilities:
- Try suggested queries like "What's the optimal time and fee for sending SOL today?"
- Experiment with different agent types for various Solana development tasks
Example: Using the Transaction Optimizer
- Select the "Transaction Optimizer" agent from the sidebar
- Ask: "What's the optimal time and fee for sending SOL today?"
- Review the agent's analysis of current network conditions and recommendations
- Follow up with specific questions about your transaction needs