Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.94 KB

File metadata and controls

72 lines (45 loc) · 1.94 KB

SuiMoveScratch

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.


Features

  • 🔍 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

Installation & Quick Start

# 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 dev

Then open http://localhost:5173 in your browser.


How It Works

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

License

MIT License
Feel free to fork, remix, or contribute under the terms of the license.


Authors

Made by BlockBlock Yonsei


Useful Links