No-Code Move Module Explorer & Editor for the Sui Blockchain
SuiMoveScratch is a visual no-code tool that helps developers and learners explore, edit, and understand Move smart contracts deployed on the Sui blockchain. It transforms Move code into editable UI components — making the learning curve smoother and the development experience friendlier.
- 🔍 Visualizes Move modules using structured JSON
- 🧱 Renders and edits Structs, Functions, and Imports as card-style blocks
- 🧠 Add new elements via interactive dialogs (no code needed)
- 🛠️ Real-time list views for functions and structs
- 🧩 Built with React, TypeScript, Vite, and Tailwind
# 1. Clone the repository
git clone https://github.com/BlockBlockYonsei/SuiMoveScratch.git
cd SuiMoveScratch
# 2. Install dependencies
npm install
# 3. Start the development server
npm run devThen open http://localhost:5173 in your browser.
With SuiMoveScratch, you don’t need to write code to build Move smart contracts.
- Simply click to add Structs, Functions, and Imports
- All logic is visually organized as interactive cards
- Anyone can start building in Move with zero setup or code knowledge
MIT License
Feel free to fork, remix, or contribute under the terms of the license.
Made by BlockBlock Yonsei
- 🧑🎓 Blockchain club at Yonsei University
- 🌐 BlokBlock Website
- 🔗 BlockBlock Twitter
- 🔗 SuiMoveScratch GitHub
- 🔗 SuiMoveScratch Twitter
- 🧠 Learn more about Move language: https://move-language.github.io
- 🌐 Sui Official Docs