Let's Move is an incentive program to learn Move and earn SUI, encouraging more people to learn the Move language.
- Copy the
001
in themover
directory and name the copied directory with your owngithub id
- Fill in personal information in
readme.md
and ignore the task templates for now - Submit PR
- Fill in the completed information in the task list of
readme.md
in your owngithub id
directory - Submit PR If only task 1 is completed, name it
done task 1
. If multiple tasks are completed, name itdone task 1 2 3
, etc. - Upon task approval, the Sui will be transferred to the Sui address provided in
readme.md
Task | Name | Equivalent SUI in USD | Description |
---|---|---|---|
task 1 | hello move | $4 | Complete the first contract deployment on-chain |
task 2 | move coin | $3 | Learn the Coin protocol and publish two Coins on-chain |
task 3 | move nft | $3 | Learn NFT and publish NFT on-chain |
task 4 | move game | $4 | Learn the chain game and publish on-chain |
task 5 | move swap | $7 | Learn Swap and publish on-chain |
- move Chinese TG Sui Chinese TG
- QQ group: 79489587
Title | Chinese | English | Video |
---|---|---|---|
Move Intro | Chinese | Sui Move Intro Course | bilibili Youtube |
Sui Book | Chinese | ||
Sui Move by Example | Chinese | Sui Move by Example | |
Move Book | English | Chinese | |
Let's Move Sui | let's move |
- Rust SDK (official)
- TS/JS SDK (official)
- Sui Typescript SDK (community)
- Golang SDK 1 by block vision (community)
- Golang SDK 2 by coming chat (community)
- Python SDK (community)
- Java SDK (community)
- Kotlin SDK (community)
- C# SDK (community)
- Sui Dart SDK (community)