Skip to content

AElfProject/aelf-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published