Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 927 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 927 Bytes

MoveGPT 🚀

MoveGPT is an automated coding assistant for blockchain developers, designed to supercharge your Move development environment. It helps you write, debug, and deploy Move code for the Aptos blockchain, streamlining your workflow and increasing productivity.

Features

  • 📝 Write Move code more efficiently with code suggestions and templates
  • 🐜 Debug your Move code with automated error checking and suggestions for fixes
  • 🚀 Deploy your Move code to the Aptos blockchain with ease

Repository Structure

  • frontend: Contains the user interface and integration with the MoveGPT model for a seamless coding experience
  • model: Contains the trained AI model based on LangChain, LlamaIndex, and ChromaDB fine-tuned for Move code generation and debugging

Getting Started

To set up MoveGPT, follow these steps:

  1. Clone the repository: git clone https://github.com/SeamMoney/MoveGPT.git