Introductory course to the Move language maintained by Sui Foundation.
- Unit One: Environment Setup and Hello World
- Unit Two: Working with Sui Objects
- Unit Three: Fungible Tokens
- Unit Four: Marketplace
- Unit Five: Sui Kiosk
- Advanced Topics
- Write BCS lesson for advanced topics
- Create a multi-platform Docker image
- Create exercises for each unit
- Add content on Display.move
- Add content on clock and example on token unlocking
- Write advanced topic lesson on closed loop token standard
- Write advanced topic lesson on package upgrades
- Write new lesson on kiosks
- Check and update Unit One against latest version of Sui
- Check and update Unit Two against latest version of Sui
- Check and update Unit Three against latest version of Sui
- Check and update Unit Four against latest version of Sui
- Check and update Advanced Topics against latest version of Sui
- Sui Developer Documentation
- Sui Developer Portal
- Sui GitHub
- Sui Framework Documentation
- Sui Typescript SDK (official)
- Sui Typescript SDK (community)
- Sui Rust SDK (official)
- Sui Golang SDK (community)
- Sui Python SDK (community)
- Sui Java SDK (community)
- Sui Kotlin SDK (community)
- Sui C# SDK (community)
- Sui Dart SDK(community)
- Sui Explorer
If you want to join Sui's online communities, you can join via following links:
Please get in touch if you want to help translate this into other languages.
- Encode Club Video Series (English) YouTube playlist | tutorial and code
- BuidlerDAO Video Series (Chinese)
- MoveBit Move on Sui Course (English) YouTube playlist | tutorial and code
-
Can I use the content of this repo to produce other educational content related to Sui or Sui Move programming language?
Yes. That is the original intention of this repo, to allow content creators and educational platforms to use and expand on the material within this repo to create different forms of media or technical content about Sui or the Sui Move language.
This repo is licensed under the Creative Common License; CC-BY-SA-4.0 license, to be specific. This allows anyone to remix, transform, build or share the content in this repo for whatever purposes, but any content based on this repo also needs to be licensed under the same Creative Common License, and give an attribution to the source.
-
How can I contribute to this repo?
Fork and open a PR against the upstream repo. We are open to community contributions.