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.
- 📝 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
frontend
: Contains the user interface and integration with the MoveGPT model for a seamless coding experiencemodel
: Contains the trained AI model based on LangChain, LlamaIndex, and ChromaDB fine-tuned for Move code generation and debugging
To set up MoveGPT, follow these steps:
- Clone the repository:
git clone https://github.com/SeamMoney/MoveGPT.git