An AI-powered code generator for the AElf ecosystem, built with Next.js, CopilotKit, and OpenAI.
- 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
- Node.js 18+ and npm
- OpenAI API key
- Clone the repository
- Install dependencies:
npm install
- Copy
.env.local.example
to.env.local
and add your OpenAI API key:OPENAI_API_KEY=your_openai_api_key_here
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
- Next.js 14
- TypeScript
- Tailwind CSS
- CopilotKit
- OpenAI API
- Vercel Analytics
MIT