Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 881 Bytes

File metadata and controls

45 lines (34 loc) · 881 Bytes

AElf Code Generator

An AI-powered code generator for the AElf ecosystem, built with Next.js, CopilotKit, and OpenAI.

Features

  • AI-powered code generation for smart contracts and dApps
  • Real-time code suggestions and completions
  • Built-in examples and templates for common use cases
  • Modern, responsive UI with Tailwind CSS

Prerequisites

  • Node.js 18+ and npm
  • OpenAI API key

Setup

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Copy .env.local.example to .env.local and add your OpenAI API key:
    OPENAI_API_KEY=your_openai_api_key_here
  4. Run the development server:
    npm run dev
  5. Open http://localhost:3000 in your browser

Technology Stack

  • Next.js 14
  • TypeScript
  • Tailwind CSS
  • CopilotKit
  • OpenAI API
  • Vercel Analytics

License

MIT