Deep dive into leading ecosystems
This course will guide you through implementing locked staking contracts on Sui. You will learn how to create staking mechanisms that lock users’ assets for a specified period, ensuring secure and transparent staking operations. Using the Move language, we will introduce key concepts such as setting lock periods and handling withdrawals after the lock duration. Let’s get started!
本课程将指导您在 Sui 平台上实施锁定质押合约。您将学习如何创建质押机制,在指定时间内锁定用户的资产,确保质押操作安全透明。使用 Move 语言,我们将介绍设置锁定期限、处理锁定期后的提款等关键概念。让我们开始吧~
In this course, we will guide you through deploying your own token project on Sui using the Move language. The course covers the fundamental elements of smart contract development with Move, including common syntax, the application of standard libraries, and the implementation of the token mint function.
在本课程中,我们将引导您在 Sui 上部署自己的代币项目。虽然项目结构简单,但它覆盖了使用 Move 进行智能合约开发的基本元素,包括常用语法、标准库的应用,以及代币铸造(mint)功能的实现。
In this course, we will explore Move’s packages, modules, data types, functions, and more, guiding you step by step to understand the Move language.
In this course, we will learn about the history of Sui, its object model, the principles behind transactions, and its ecosystem and projects.
在本课程中,我们将学习 Sui 的发展历史、对象模型、交易原理以及它的生态系统和项目等内容。
本节课程我们会学习 Move 的包、模块、数据类型、函数等内容,带领你一步步了解 Move 这门语言。
This course will guide you through developing and deploying your own NFT contract on Sui. You will learn how to use the Move language to create and manage NFTs, and gain a deep understanding of essential functions such as minting and burning NFTs.
本课程我们将学习如何在 Sui 上实现和部署你自己的 NFT 合约,并深入了解 NFT 铸造和销毁等关键功能。
This is the first advanced lesson about Move. We will cover the following topics: ownership, unit testing, one-time witnessing, and asset-related modules in Sui Move. Mastering these concepts is crucial for developing smart contracts using Move. Let's get started!
这是一门 Move 进阶的语法课,我们将会学习以下内容:所有权、单元测试、一次性见证以及 Sui Move 中跟资产相关的模块,掌握这些概念对我们使用 Move 进行智能合约的开发非常重要,让我们开始吧~