π€ LIZA - Autonomous Solana AI Assistant for elizaOS
First Decentralized AI Agent for Solana & Jeju Network Token/Wallet Management & Trading
<div align="center">
</div>
<div align="center">
π **Quick
</div>
LIZA is a production-ready autonomous AI agent that seamlessly integrates with the ElizaOS framework to provide comprehensive blockchain capabilities for Solana and . Features include token launches, real-time trading, portfolio management, creator reward automation, and advanced AI-driven decision making.
<div align="center">
</div>
Jeju Network
π Currently Active Development
This project is under active development with continuous improvements and new features being added with each release. Regular updates are published to the repository with enhanced functionality, bug fixes, and community-requested features.
π Development Status & Release Cycle
| Status | Details |
|--------|---------|
| Current Version | v0.1.x (Beta) |
| Development | π’ Active |
| Update Frequency | Weekly commits, bi-weekly releases |
| Next Release | v0.2.0 - Jeju Network Support (Q1 2026) |
| Stability | Production-ready for Solana, Beta for Jeju |
| Last Update | January 13, 2026 |
| Issue Response | 24-48 hours |
| Community | Growing, contributions welcome |
Release Schedule
Weekly Development Builds - Bug fixes and minor improvements
Bi-Weekly Releases - New features and enhancements
Major Releases (Quarterly) - Significant new functionality
# 1. Clone the repository
git clone https://github.com/liza-elizaos/Liza-DeX-Agent.git
cd Liza-DeX-Agent
# 2. Install dependencies
npm install
# OR with Bun
bun install
# 3. Build the project
npm run build
# 4. Start development server (runs on http://localhost:3001)
npm run dev
Environment Configuration
Create .env.local in the project root:
# ===== SOLANA CONFIGURATION =====
# Solana RPC (use mainnet-beta for production)
SOLANA_RPC_URL=https://api.mainnet-beta.solana.com
# Or use Helius for faster speeds
HELIUS_RPC_URL=https://mainnet.helius-rpc.com/?api-key=YOUR_KEY
# Your Solana wallet (base58 encoded private key)
SOLANA_PRIVATE_KEY=your_base58_private_key_here
# Your wallet public address
SOLANA_PUBLIC_KEY=your_solana_wallet_address
# ===== JEJU NETWORK CONFIGURATION =====
# Jeju Network RPC endpoint
JEJU_RPC_URL=https://rpc.jejunetwork.io
JEJU_CHAIN_ID=8217
JEJU_PRIVATE_KEY=your_jeju_private_key_here
JEJU_PUBLIC_KEY=your_jeju_wallet_address
# ===== API CONFIGURATION =====
API_BASE_URL=http://localhost:3001
NODE_ENV=development
PORT=3001
# ===== OPTIONAL: BAGS FM API =====
BAGS_FM_API_KEY=your_api_key_here
# ===== NETWORK SELECTION =====
# Choose: 'solana' | 'jeju' | 'both'
ACTIVE_NETWORKS=both
π Security Note: Never commit .env.local to version control. Use .env.example for team sharing.
npm install # Install dependencies
npm run dev # Start dev server (port 3001)
npm run build # Build for production
npm run type-check # TypeScript checking
npm run format # Format code
npm run lint # Run ESLint
npm run test # Run tests
π Deployment
Deploy to Vercel
npm i -g vercel
npm run build
vercel deploy --prod