In this course, we will learn the modules of Move on Sui and learn how it implements data structures such as Set, Map, Dynamic Fields, and Table.
Language
Move
Total Length
5.0h
Part of Learning Track
Build on Sui + 1
In this chapter, we will continue to learn and master the basic sui cli commands based on the Sui development environment we built earlier.
In this chapter we will learn about Sui's object model: unique identifiers, ownership, and transfer of objects.
In this chapter, we will learn about the collection-related modules in Move on Sui and understand how it implements data structures such as Set, Map, Dynamic Fields, Table, etc. Understanding these is very helpful for the development of smart contracts.
In this chapter, we will continue to learn other modules of Move on Sui: the Clock module for obtaining the global clock, the Display module for setting object display information, the BCS module related to (de)serialization, etc.