Master Sui BlockchainDevelopment in HoursNot Months
The fastest way to learn Move programming. Build, compile, and deploy smart contracts directly in your browser.Zero setup. Real skills. Instant results.
100% Free
27 Interactive Exercises
No Setup Required
Instant Access
hello_world.move
module suilings::hello_world {
use std::string::{Self, String};
public fun say_hello(): String {
string::utf8(b"Hello, Sui!")
}
#[test]
public fun test_hello() {
assert!(say_hello() == string::utf8(b"Hello, Sui!"), 0);
}
}
500+
Active Learners
27
Exercises
92%
Success Rate
2hrs
Avg. Completion
Simple Process
Start Learning in 3 Steps
No complicated setup. No local environment. Just open your browser and start coding.
1
Choose Exercise
Pick from 27 curated exercises covering basics to advanced Move concepts
2
Write Code
Code directly in your browser with syntax highlighting and real-time validation
3
Get Results
Instant compilation feedback and track your progress on the leaderboard
Platform Features
Everything You Need to Succeed
A complete learning platform designed for aspiring blockchain developers
Zero Setup
No installation required. Start coding in seconds without any dependencies
Real-Time Feedback
Instant compilation results and test validation as you code
Structured Curriculum
Follow a proven learning path from beginner to advanced
Professional IDE
Monaco editor with Move syntax highlighting and auto-completion
Gamified Learning
Track progress, earn achievements, and compete on leaderboards
Community Driven
Join a growing community of Sui developers worldwide
Limited Time Offer
Start Building on SuiToday, For Free
Join hundreds of developers already learning Move on Sui. Start coding in under 60 seconds.